color codes Logo

#125dfc color codes

#125DFC
(18,93,252)
0 Favorites   0 Comments

Color spaces of #125dfc

RGB 1893252
HSL0.610.980.53
HSV221°93°99°
CMYK 0.930.630.00   0.01
XYZ21.734514.985693.8424
Yxy14.98560.16650.1148
Hunter Lab38.711232.4745-116.6308
CIE-Lab45.614540.1755-84.0992

#125dfc color RGB value is (18,93,252).

#125dfc hex color red value is 18, green value is 93 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #125dfc hue: 0.61 , saturation: 0.98 and the lightness value of 125dfc is 0.53.

The process color (four color CMYK) of #125dfc color code is 0.93, 0.63, 0.00, 0.01. Web safe color of #125dfc is #0066ff. Color #125dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011101 11111100
Octal 22 135 374
Decimal 18 93 252
Hex 12 5D FC

RGB Percentages of Color #125dfc

%4.96
%25.62
%69.42

CMYK Percentages of Color #125dfc

%93
%63
%0
%1

Triadic Colors of #125dfc

#125dfc #fc125d #5dfc12

Analogous Colors of #125dfc

#125dfc #3c12fc #12d2fc

Monochromatic Colors of #125dfc

#125dfc

Complementary Color

#125dfc #fcb112

#125dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#125dfc Color CSS Codes

.mybgcolor {background-color:#125dfc; } 
.myforecolor {color:#125dfc; }
.mybordercolor {border:3px solid #125dfc; }

#125dfc Text Font Color

<p style="color:#125dfc">Text here</p>

This sample text font color is #125dfc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#125dfc Background Color

<div style="background-color:#125dfc">
Div content here</div>

This div background color is #125dfc


#125dfc Border Color

<div style="border:3px solid #125dfc">
Div here</div>

This div border color is #125dfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,93,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #125dfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #125dfc;
  -webkit-box-shadow: 1px 1px 3px 2px #125dfc;
  box-shadow:         1px 1px 3px 2px #125dfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,93,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #125dfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #125dfc;
  -webkit-box-shadow: 1px 1px 3px 2px #125dfc;
  box-shadow:         1px 1px 3px 2px #125dfc;">
Div content here</div>

This div box has shadow with color #125dfc


Comments

No comments written yet.

Please login to write comment.