Color Hex Logo

#dec221 Color Hex

#DEC221
(222,194,33)
0 Favorites   0 Comments

Color spaces of #dec221

RGB 22219433
HSL0.140.740.50
HSV51°85°87°
CMYK 0.000.130.85   0.13
XYZ49.690554.22309.2860
Yxy54.22300.43900.4790
Hunter Lab73.6363-8.409944.0685
CIE-Lab78.5916-4.929675.0544

#dec221 color RGB value is (222,194,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000010 00100001
Octal 336 302 41
Decimal 222 194 33
Hex DE C2 21

RGB Percentages of Color #dec221

%49.44
%43.21
%7.35

CMYK Percentages of Color #dec221

%0
%13
%85
%13

Triadic Colors of #dec221

#dec221 #21dec2 #c221de

Analogous Colors of #dec221

#dec221 #9cde21 #de6421

Monochromatic Colors of #dec221

#dec221

Complementary Color

#dec221 #213dde

#dec221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec221 Color CSS Codes

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

#dec221 Text Font Color

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

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


#dec221 Background Color

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

This div background color is #dec221


#dec221 Border Color

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

This div border color is #dec221


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,194,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 #dec221">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec221


Comments

No comments written yet.

Please login to write comment.