Color Hex Logo

#125957 Color Hex

#125957
(18,89,87)
0 Favorites   0 Comments

Color spaces of #125957

RGB 188987
HSL0.500.660.21
HSV178°80°35°
CMYK 0.800.000.02   0.65
XYZ5.54217.961510.2614
Yxy7.96150.23320.3350
Hunter Lab28.2161-14.3180-1.8108
CIE-Lab33.9026-21.2103-4.9759

#125957 color RGB value is (18,89,87).

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

The process color (four color CMYK) of #125957 color hex is 0.80, 0.00, 0.02, 0.65. Web safe color of #125957 is #006666. Color #125957 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011001 01010111
Octal 22 131 127
Decimal 18 89 87
Hex 12 59 57

RGB Percentages of Color #125957

%9.28
%45.88
%44.85

CMYK Percentages of Color #125957

%80
%0
%2
%65

Triadic Colors of #125957

#125957 #571259 #595712

Analogous Colors of #125957

#125957 #123759 #125934

Monochromatic Colors of #125957

#125957

Complementary Color

#125957 #591214

#125957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125957 Color CSS Codes

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

#125957 Text Font Color

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

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


#125957 Background Color

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

This div background color is #125957


#125957 Border Color

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

This div border color is #125957


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,89,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 #125957">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125957


Comments

No comments written yet.

Please login to write comment.