Color Hex Logo

#126d7b Color Hex

#126D7B
(18,109,123)
0 Favorites   0 Comments

Color spaces of #126d7b

RGB 18109123
HSL0.520.740.28
HSV188°85°48°
CMYK 0.850.110.00   0.52
XYZ9.293212.495920.6610
Yxy12.49590.21890.2944
Hunter Lab35.3495-14.9350-9.9090
CIE-Lab41.9937-19.6276-14.9393

#126d7b color RGB value is (18,109,123).

#126d7b hex color red value is 18, green value is 109 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #126d7b hue: 0.52 , saturation: 0.74 and the lightness value of 126d7b is 0.28.

The process color (four color CMYK) of #126d7b color hex is 0.85, 0.11, 0.00, 0.52. Web safe color of #126d7b is #006666. Color #126d7b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101101 01111011
Octal 22 155 173
Decimal 18 109 123
Hex 12 6D 7B

RGB Percentages of Color #126d7b

%7.20
%43.60
%49.20

CMYK Percentages of Color #126d7b

%85
%11
%0
%52

Triadic Colors of #126d7b

#126d7b #7b126d #6d7b12

Analogous Colors of #126d7b

#126d7b #12397b #127b55

Monochromatic Colors of #126d7b

#126d7b

Complementary Color

#126d7b #7b2012

#126d7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126d7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#126d7b Color CSS Codes

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

#126d7b Text Font Color

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

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


#126d7b Background Color

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

This div background color is #126d7b


#126d7b Border Color

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

This div border color is #126d7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126d7b


Comments

No comments written yet.

Please login to write comment.