Color Hex Logo

#126b5d Color Hex

#126B5D
(18,107,93)
0 Favorites   0 Comments

Color spaces of #126b5d

RGB 1810793
HSL0.470.710.25
HSV171°83°42°
CMYK 0.830.000.13   0.58
XYZ7.482911.434312.1686
Yxy11.43430.24070.3678
Hunter Lab33.8146-19.67512.3340
CIE-Lab40.3025-28.38740.7370

#126b5d color RGB value is (18,107,93).

#126b5d hex color red value is 18, green value is 107 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #126b5d hue: 0.47 , saturation: 0.71 and the lightness value of 126b5d is 0.25.

The process color (four color CMYK) of #126b5d color hex is 0.83, 0.00, 0.13, 0.58. Web safe color of #126b5d is #006666. Color #126b5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101011 01011101
Octal 22 153 135
Decimal 18 107 93
Hex 12 6B 5D

RGB Percentages of Color #126b5d

%8.26
%49.08
%42.66

CMYK Percentages of Color #126b5d

%83
%0
%13
%58

Triadic Colors of #126b5d

#126b5d #5d126b #6b5d12

Analogous Colors of #126b5d

#126b5d #124c6b #126b31

Monochromatic Colors of #126b5d

#126b5d

Complementary Color

#126b5d #6b1220

#126b5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126b5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#126b5d Color CSS Codes

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

#126b5d Text Font Color

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

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


#126b5d Background Color

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

This div background color is #126b5d


#126b5d Border Color

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

This div border color is #126b5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,107,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #126b5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #126b5d;
  -webkit-box-shadow: 1px 1px 3px 2px #126b5d;
  box-shadow:         1px 1px 3px 2px #126b5d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126b5d


Comments

No comments written yet.

Please login to write comment.