Color Hex Logo

#21976d Color Hex

#21976D
(33,151,109)
0 Favorites   0 Comments

Color spaces of #21976d

RGB 33151109
HSL0.440.640.36
HSV159°78°59°
CMYK 0.780.000.28   0.41
XYZ14.454123.560718.2539
Yxy23.56070.25690.4187
Hunter Lab48.5394-31.790011.6807
CIE-Lab55.6452-41.932713.2467

#21976d color RGB value is (33,151,109).

#21976d hex color red value is 33, green value is 151 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #21976d hue: 0.44 , saturation: 0.64 and the lightness value of 21976d is 0.36.

The process color (four color CMYK) of #21976d color hex is 0.78, 0.00, 0.28, 0.41. Web safe color of #21976d is #339966. Color #21976d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10010111 01101101
Octal 41 227 155
Decimal 33 151 109
Hex 21 97 6D

RGB Percentages of Color #21976d

%11.26
%51.54
%37.20

CMYK Percentages of Color #21976d

%78
%0
%28
%41

Triadic Colors of #21976d

#21976d #6d2197 #976d21

Analogous Colors of #21976d

#21976d #218697 #219732

Monochromatic Colors of #21976d

#21976d

Complementary Color

#21976d #97214b

#21976d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21976d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21976d Color CSS Codes

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

#21976d Text Font Color

<p style="color:#21976d">Text here</p>

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


#21976d Background Color

<div style="background-color:#21976d">
Div content here</div>

This div background color is #21976d


#21976d Border Color

<div style="border:3px solid #21976d">
Div here</div>

This div border color is #21976d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,151,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21976d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21976d;
  -webkit-box-shadow: 1px 1px 3px 2px #21976d;
  box-shadow:         1px 1px 3px 2px #21976d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21976d


Comments

No comments written yet.

Please login to write comment.