Color Hex Logo

#216c6b Color Hex

#216C6B
(33,108,107)
0 Favorites   0 Comments

Color spaces of #216c6b

RGB 33108107
HSL0.500.530.28
HSV179°69°42°
CMYK 0.690.000.01   0.58
XYZ8.643612.110015.7918
Yxy12.11000.23650.3314
Hunter Lab34.7994-16.5626-2.5459
CIE-Lab41.3904-22.5246-6.1311

#216c6b color RGB value is (33,108,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101100 01101011
Octal 41 154 153
Decimal 33 108 107
Hex 21 6C 6B

RGB Percentages of Color #216c6b

%13.31
%43.55
%43.15

CMYK Percentages of Color #216c6b

%69
%0
%1
%58

Triadic Colors of #216c6b

#216c6b #6b216c #6c6b21

Analogous Colors of #216c6b

#216c6b #21486c #216c46

Monochromatic Colors of #216c6b

#216c6b

Complementary Color

#216c6b #6c2122

#216c6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216c6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#216c6b Color CSS Codes

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

#216c6b Text Font Color

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

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


#216c6b Background Color

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

This div background color is #216c6b


#216c6b Border Color

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

This div border color is #216c6b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,108,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 #216c6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216c6b


Comments

No comments written yet.

Please login to write comment.