Color Hex Logo

#214d0a Color Hex

#214D0A
(33,77,10)
0 Favorites   0 Comments

Color spaces of #214d0a

RGB 337710
HSL0.280.770.17
HSV99°87°30°
CMYK 0.570.000.87   0.70
XYZ3.33595.65301.2025
Yxy5.65300.32730.5547
Hunter Lab23.7760-16.563613.6446
CIE-Lab28.5196-28.189932.2191

#214d0a color RGB value is (33,77,10).

#214d0a hex color red value is 33, green value is 77 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #214d0a hue: 0.28 , saturation: 0.77 and the lightness value of 214d0a is 0.17.

The process color (four color CMYK) of #214d0a color hex is 0.57, 0.00, 0.87, 0.70. Web safe color of #214d0a is #336600. Color #214d0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001101 00001010
Octal 41 115 12
Decimal 33 77 10
Hex 21 4D A

RGB Percentages of Color #214d0a

%27.50
%64.17
%8.33

CMYK Percentages of Color #214d0a

%57
%0
%87
%70

Triadic Colors of #214d0a

#214d0a #0a214d #4d0a21

Analogous Colors of #214d0a

#214d0a #0a4d15 #424d0a

Monochromatic Colors of #214d0a

#214d0a

Complementary Color

#214d0a #360a4d

#214d0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214d0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#214d0a Color CSS Codes

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

#214d0a Text Font Color

<p style="color:#214d0a">Text here</p>

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


#214d0a Background Color

<div style="background-color:#214d0a">
Div content here</div>

This div background color is #214d0a


#214d0a Border Color

<div style="border:3px solid #214d0a">
Div here</div>

This div border color is #214d0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,77,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #214d0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #214d0a;
  -webkit-box-shadow: 1px 1px 3px 2px #214d0a;
  box-shadow:         1px 1px 3px 2px #214d0a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214d0a


Comments

No comments written yet.

Please login to write comment.