Color Hex Logo

#125657 Color Hex

#125657
(18,86,87)
0 Favorites   0 Comments

Color spaces of #125657

RGB 188687
HSL0.500.660.21
HSV181°79°34°
CMYK 0.790.010.00   0.66
XYZ5.29757.472310.1799
Yxy7.47230.23080.3256
Hunter Lab27.3355-13.2446-2.9451
CIE-Lab32.8588-19.6067-6.5339

#125657 color RGB value is (18,86,87).

#125657 hex color red value is 18, green value is 86 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #125657 hue: 0.50 , saturation: 0.66 and the lightness value of 125657 is 0.21.

The process color (four color CMYK) of #125657 color hex is 0.79, 0.01, 0.00, 0.66. Web safe color of #125657 is #006666. Color #125657 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010110 01010111
Octal 22 126 127
Decimal 18 86 87
Hex 12 56 57

RGB Percentages of Color #125657

%9.42
%45.03
%45.55

CMYK Percentages of Color #125657

%79
%1
%0
%66

Triadic Colors of #125657

#125657 #571256 #565712

Analogous Colors of #125657

#125657 #123457 #125736

Monochromatic Colors of #125657

#125657

Complementary Color

#125657 #571312

#125657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125657 Color CSS Codes

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

#125657 Text Font Color

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

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


#125657 Background Color

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

This div background color is #125657


#125657 Border Color

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

This div border color is #125657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125657


Comments

No comments written yet.

Please login to write comment.