Color Hex Logo

#125664 Color Hex

#125664
(18,86,100)
0 Favorites   0 Comments

Color spaces of #125664

RGB 1886100
HSL0.530.690.23
HSV190°82°39°
CMYK 0.820.140.00   0.61
XYZ5.87757.704313.2339
Yxy7.70430.21920.2873
Hunter Lab27.7566-10.7765-8.8389
CIE-Lab33.3593-15.0337-13.9671

#125664 color RGB value is (18,86,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010110 01100100
Octal 22 126 144
Decimal 18 86 100
Hex 12 56 64

RGB Percentages of Color #125664

%8.82
%42.16
%49.02

CMYK Percentages of Color #125664

%82
%14
%0
%61

Triadic Colors of #125664

#125664 #641256 #566412

Analogous Colors of #125664

#125664 #122d64 #126449

Monochromatic Colors of #125664

#125664

Complementary Color

#125664 #642012

#125664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125664 Color CSS Codes

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

#125664 Text Font Color

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

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


#125664 Background Color

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

This div background color is #125664


#125664 Border Color

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

This div border color is #125664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125664


Comments

No comments written yet.

Please login to write comment.