Color Hex Logo

#21766b Color Hex

#21766B
(33,118,107)
0 Favorites   0 Comments

Color spaces of #21766b

RGB 33118107
HSL0.480.560.30
HSV172°72°46°
CMYK 0.720.000.09   0.54
XYZ9.759514.341716.1638
Yxy14.34170.24240.3562
Hunter Lab37.8704-20.27251.2032
CIE-Lab44.7190-27.5850-1.2108

#21766b color RGB value is (33,118,107).

#21766b hex color red value is 33, green value is 118 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #21766b hue: 0.48 , saturation: 0.56 and the lightness value of 21766b is 0.30.

The process color (four color CMYK) of #21766b color hex is 0.72, 0.00, 0.09, 0.54. Web safe color of #21766b is #336666. Color #21766b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110110 01101011
Octal 41 166 153
Decimal 33 118 107
Hex 21 76 6B

RGB Percentages of Color #21766b

%12.79
%45.74
%41.47

CMYK Percentages of Color #21766b

%72
%0
%9
%54

Triadic Colors of #21766b

#21766b #6b2176 #766b21

Analogous Colors of #21766b

#21766b #215776 #217641

Monochromatic Colors of #21766b

#21766b

Complementary Color

#21766b #76212c

#21766b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21766b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21766b Color CSS Codes

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

#21766b Text Font Color

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

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


#21766b Background Color

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

This div background color is #21766b


#21766b Border Color

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

This div border color is #21766b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,118,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21766b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21766b;
  -webkit-box-shadow: 1px 1px 3px 2px #21766b;
  box-shadow:         1px 1px 3px 2px #21766b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21766b


Comments

No comments written yet.

Please login to write comment.