Color Hex Logo

#dec821 Color Hex

#DEC821
(222,200,33)
0 Favorites   0 Comments

Color spaces of #dec821

RGB 22220033
HSL0.150.740.50
HSV53°85°87°
CMYK 0.000.100.85   0.13
XYZ51.053056.94809.7401
Yxy56.94800.43360.4837
Hunter Lab75.4639-11.302645.1722
CIE-Lab80.1503-8.000076.3297

#dec821 color RGB value is (222,200,33).

#dec821 hex color red value is 222, green value is 200 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dec821 hue: 0.15 , saturation: 0.74 and the lightness value of dec821 is 0.50.

The process color (four color CMYK) of #dec821 color hex is 0.00, 0.10, 0.85, 0.13. Web safe color of #dec821 is #cccc33. Color #dec821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 00100001
Octal 336 310 41
Decimal 222 200 33
Hex DE C8 21

RGB Percentages of Color #dec821

%48.79
%43.96
%7.25

CMYK Percentages of Color #dec821

%0
%10
%85
%13

Triadic Colors of #dec821

#dec821 #21dec8 #c821de

Analogous Colors of #dec821

#dec821 #96de21 #de6a21

Monochromatic Colors of #dec821

#dec821

Complementary Color

#dec821 #2137de

#dec821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec821 Color CSS Codes

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

#dec821 Text Font Color

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

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


#dec821 Background Color

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

This div background color is #dec821


#dec821 Border Color

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

This div border color is #dec821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec821


Comments

No comments written yet.

Please login to write comment.