Color Hex Logo

#125a98 Color Hex

#125A98
(18,90,152)
0 Favorites   0 Comments

Color spaces of #125a98

RGB 1890152
HSL0.580.790.33
HSV208°88°60°
CMYK 0.880.410.00   0.40
XYZ9.57319.707931.0750
Yxy9.70790.19010.1928
Hunter Lab31.15750.3182-37.3228
CIE-Lab37.31302.8374-39.7592

#125a98 color RGB value is (18,90,152).

#125a98 hex color red value is 18, green value is 90 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #125a98 hue: 0.58 , saturation: 0.79 and the lightness value of 125a98 is 0.33.

The process color (four color CMYK) of #125a98 color hex is 0.88, 0.41, 0.00, 0.40. Web safe color of #125a98 is #006699. Color #125a98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011010 10011000
Octal 22 132 230
Decimal 18 90 152
Hex 12 5A 98

RGB Percentages of Color #125a98

%6.92
%34.62
%58.46

CMYK Percentages of Color #125a98

%88
%41
%0
%40

Triadic Colors of #125a98

#125a98 #98125a #5a9812

Analogous Colors of #125a98

#125a98 #121798 #129893

Monochromatic Colors of #125a98

#125a98

Complementary Color

#125a98 #985012

#125a98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125a98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125a98 Color CSS Codes

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

#125a98 Text Font Color

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

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


#125a98 Background Color

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

This div background color is #125a98


#125a98 Border Color

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

This div border color is #125a98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125a98


Comments

No comments written yet.

Please login to write comment.