Color Hex Logo

#ddde84 Color Hex

#DDDE84
(221,222,132)
0 Favorites   0 Comments

Color spaces of #ddde84

RGB 221222132
HSL0.170.580.69
HSV61°41°87°
CMYK 0.000.000.41   0.13
XYZ60.104969.280632.0344
Yxy69.28060.37240.4292
Hunter Lab83.2350-16.764435.4457
CIE-Lab86.6428-13.258143.9508

#ddde84 color RGB value is (221,222,132).

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

The process color (four color CMYK) of #ddde84 color hex is 0.00, 0.00, 0.41, 0.13. Web safe color of #ddde84 is #cccc99. Color #ddde84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10000100
Octal 335 336 204
Decimal 221 222 132
Hex DD DE 84

RGB Percentages of Color #ddde84

%38.43
%38.61
%22.96

CMYK Percentages of Color #ddde84

%0
%0
%41
%13

Triadic Colors of #ddde84

#ddde84 #84ddde #de84dd

Analogous Colors of #ddde84

#ddde84 #b0de84 #deb284

Monochromatic Colors of #ddde84

#ddde84

Complementary Color

#ddde84 #8584de

#ddde84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde84 Color CSS Codes

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

#ddde84 Text Font Color

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

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


#ddde84 Background Color

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

This div background color is #ddde84


#ddde84 Border Color

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

This div border color is #ddde84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde84


Comments

No comments written yet.

Please login to write comment.