Color Hex Logo

#ddde33 Color Hex

#DDDE33
(221,222,51)
0 Favorites   0 Comments

Color spaces of #ddde33

RGB 22122251
HSL0.170.720.54
HSV60°77°87°
CMYK 0.000.000.77   0.13
XYZ56.537667.853713.2492
Yxy67.85370.41080.4930
Hunter Lab82.3734-21.638548.1250
CIE-Lab85.9332-18.863976.6395

#ddde33 color RGB value is (221,222,51).

#ddde33 hex color red value is 221, green value is 222 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ddde33 hue: 0.17 , saturation: 0.72 and the lightness value of ddde33 is 0.54.

The process color (four color CMYK) of #ddde33 color hex is 0.00, 0.00, 0.77, 0.13. Web safe color of #ddde33 is #cccc33. Color #ddde33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 00110011
Octal 335 336 63
Decimal 221 222 51
Hex DD DE 33

RGB Percentages of Color #ddde33

%44.74
%44.94
%10.32

CMYK Percentages of Color #ddde33

%0
%0
%77
%13

Triadic Colors of #ddde33

#ddde33 #33ddde #de33dd

Analogous Colors of #ddde33

#ddde33 #88de33 #de8a33

Monochromatic Colors of #ddde33

#ddde33

Complementary Color

#ddde33 #3433de

#ddde33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde33 Color CSS Codes

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

#ddde33 Text Font Color

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

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


#ddde33 Background Color

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

This div background color is #ddde33


#ddde33 Border Color

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

This div border color is #ddde33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde33


Comments

No comments written yet.

Please login to write comment.