Color Hex Logo

#dec211 Color Hex

#DEC211
(222,194,17)
0 Favorites   0 Comments

Color spaces of #dec211

RGB 22219417
HSL0.140.860.47
HSV52°92°87°
CMYK 0.000.130.92   0.13
XYZ49.517254.15368.3732
Yxy54.15360.44190.4833
Hunter Lab73.5891-8.670644.7662
CIE-Lab78.5512-5.224477.9694

#dec211 color RGB value is (222,194,17).

#dec211 hex color red value is 222, green value is 194 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dec211 hue: 0.14 , saturation: 0.86 and the lightness value of dec211 is 0.47.

The process color (four color CMYK) of #dec211 color hex is 0.00, 0.13, 0.92, 0.13. Web safe color of #dec211 is #cccc00. Color #dec211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000010 00010001
Octal 336 302 21
Decimal 222 194 17
Hex DE C2 11

RGB Percentages of Color #dec211

%51.27
%44.80
%3.93

CMYK Percentages of Color #dec211

%0
%13
%92
%13

Triadic Colors of #dec211

#dec211 #11dec2 #c211de

Analogous Colors of #dec211

#dec211 #94de11 #de5c11

Monochromatic Colors of #dec211

#dec211

Complementary Color

#dec211 #112dde

#dec211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec211 Color CSS Codes

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

#dec211 Text Font Color

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

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


#dec211 Background Color

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

This div background color is #dec211


#dec211 Border Color

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

This div border color is #dec211


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,194,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dec211; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dec211;
  -webkit-box-shadow: 1px 1px 3px 2px #dec211;
  box-shadow:         1px 1px 3px 2px #dec211; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,194,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec211


Comments

No comments written yet.

Please login to write comment.