Color Hex Logo

#216c5b Color Hex

#216C5B
(33,108,91)
0 Favorites   0 Comments

Color spaces of #216c5b

RGB 3310891
HSL0.460.530.28
HSV166°69°42°
CMYK 0.690.000.16   0.58
XYZ7.878111.803811.7607
Yxy11.80380.25060.3754
Hunter Lab34.3567-19.19353.7540
CIE-Lab40.9026-27.26582.8602

#216c5b color RGB value is (33,108,91).

#216c5b hex color red value is 33, green value is 108 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #216c5b hue: 0.46 , saturation: 0.53 and the lightness value of 216c5b is 0.28.

The process color (four color CMYK) of #216c5b color hex is 0.69, 0.00, 0.16, 0.58. Web safe color of #216c5b is #336666. Color #216c5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101100 01011011
Octal 41 154 133
Decimal 33 108 91
Hex 21 6C 5B

RGB Percentages of Color #216c5b

%14.22
%46.55
%39.22

CMYK Percentages of Color #216c5b

%69
%0
%16
%58

Triadic Colors of #216c5b

#216c5b #5b216c #6c5b21

Analogous Colors of #216c5b

#216c5b #21586c #216c36

Monochromatic Colors of #216c5b

#216c5b

Complementary Color

#216c5b #6c2132

#216c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#216c5b Color CSS Codes

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

#216c5b Text Font Color

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

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


#216c5b Background Color

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

This div background color is #216c5b


#216c5b Border Color

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

This div border color is #216c5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,108,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #216c5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #216c5b;
  -webkit-box-shadow: 1px 1px 3px 2px #216c5b;
  box-shadow:         1px 1px 3px 2px #216c5b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216c5b


Comments

No comments written yet.

Please login to write comment.