Color Hex Logo

#125462 Color Hex

#125462
(18,84,98)
0 Favorites   0 Comments

Color spaces of #125462

RGB 188498
HSL0.530.690.23
HSV191°82°38°
CMYK 0.820.140.00   0.62
XYZ5.62447.351112.6777
Yxy7.35110.21920.2866
Hunter Lab27.1129-10.4189-8.7443
CIE-Lab32.5932-14.6114-13.8801

#125462 color RGB value is (18,84,98).

#125462 hex color red value is 18, green value is 84 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #125462 hue: 0.53 , saturation: 0.69 and the lightness value of 125462 is 0.23.

The process color (four color CMYK) of #125462 color hex is 0.82, 0.14, 0.00, 0.62. Web safe color of #125462 is #006666. Color #125462 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010100 01100010
Octal 22 124 142
Decimal 18 84 98
Hex 12 54 62

RGB Percentages of Color #125462

%9.00
%42.00
%49.00

CMYK Percentages of Color #125462

%82
%14
%0
%62

Triadic Colors of #125462

#125462 #621254 #546212

Analogous Colors of #125462

#125462 #122c62 #126248

Monochromatic Colors of #125462

#125462

Complementary Color

#125462 #622012

#125462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125462 Color CSS Codes

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

#125462 Text Font Color

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

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


#125462 Background Color

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

This div background color is #125462


#125462 Border Color

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

This div border color is #125462


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,84,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #125462; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #125462;
  -webkit-box-shadow: 1px 1px 3px 2px #125462;
  box-shadow:         1px 1px 3px 2px #125462; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125462


Comments

No comments written yet.

Please login to write comment.