Color Hex Logo

#125ead Color Hex

#125EAD
(18,94,173)
0 Favorites   0 Comments

Color spaces of #125ead

RGB 1894173
HSL0.580.810.37
HSV211°90°68°
CMYK 0.900.460.00   0.32
XYZ11.795011.151141.0659
Yxy11.15110.18430.1742
Hunter Lab33.39334.6107-49.5375
CIE-Lab39.83388.7333-48.2357

#125ead color RGB value is (18,94,173).

#125ead hex color red value is 18, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #125ead hue: 0.58 , saturation: 0.81 and the lightness value of 125ead is 0.37.

The process color (four color CMYK) of #125ead color hex is 0.90, 0.46, 0.00, 0.32. Web safe color of #125ead is #006699. Color #125ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011110 10101101
Octal 22 136 255
Decimal 18 94 173
Hex 12 5E AD

RGB Percentages of Color #125ead

%6.32
%32.98
%60.70

CMYK Percentages of Color #125ead

%90
%46
%0
%32

Triadic Colors of #125ead

#125ead #ad125e #5ead12

Analogous Colors of #125ead

#125ead #1312ad #12acad

Monochromatic Colors of #125ead

#125ead

Complementary Color

#125ead #ad6112

#125ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#125ead Color CSS Codes

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

#125ead Text Font Color

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

This sample text font color is #125ead
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.


#125ead Background Color

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

This div background color is #125ead


#125ead Border Color

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

This div border color is #125ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125ead


Comments

No comments written yet.

Please login to write comment.