Color Hex Logo

#126252 Color Hex

#126252
(18,98,82)
0 Favorites   0 Comments

Color spaces of #126252

RGB 189882
HSL0.470.690.23
HSV168°82°38°
CMYK 0.820.000.16   0.62
XYZ6.14019.47329.4875
Yxy9.47320.24460.3774
Hunter Lab30.7786-18.25303.2688
CIE-Lab36.8799-27.30662.5055

#126252 color RGB value is (18,98,82).

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

The process color (four color CMYK) of #126252 color hex is 0.82, 0.00, 0.16, 0.62. Web safe color of #126252 is #006666. Color #126252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100010 01010010
Octal 22 142 122
Decimal 18 98 82
Hex 12 62 52

RGB Percentages of Color #126252

%9.09
%49.49
%41.41

CMYK Percentages of Color #126252

%82
%0
%16
%62

Triadic Colors of #126252

#126252 #521262 #625212

Analogous Colors of #126252

#126252 #124a62 #12622a

Monochromatic Colors of #126252

#126252

Complementary Color

#126252 #621222

#126252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126252 Color CSS Codes

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

#126252 Text Font Color

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

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


#126252 Background Color

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

This div background color is #126252


#126252 Border Color

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

This div border color is #126252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126252


Comments

No comments written yet.

Please login to write comment.