Color Hex Logo

#ded221 Color Hex

#DED221
(222,210,33)
0 Favorites   0 Comments

Color spaces of #ded221

RGB 22221033
HSL0.160.740.50
HSV56°85°87°
CMYK 0.000.050.85   0.13
XYZ53.445361.732610.5376
Yxy61.73260.42510.4911
Hunter Lab78.5701-16.077647.0473
CIE-Lab82.7710-13.044278.4706

#ded221 color RGB value is (222,210,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010010 00100001
Octal 336 322 41
Decimal 222 210 33
Hex DE D2 21

RGB Percentages of Color #ded221

%47.74
%45.16
%7.10

CMYK Percentages of Color #ded221

%0
%5
%85
%13

Triadic Colors of #ded221

#ded221 #21ded2 #d221de

Analogous Colors of #ded221

#ded221 #8cde21 #de7421

Monochromatic Colors of #ded221

#ded221

Complementary Color

#ded221 #212dde

#ded221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded221 Color CSS Codes

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

#ded221 Text Font Color

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

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


#ded221 Background Color

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

This div background color is #ded221


#ded221 Border Color

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

This div border color is #ded221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded221


Comments

No comments written yet.

Please login to write comment.