Color Hex Logo

#ddde92 Color Hex

#DDDE92
(221,222,146)
0 Favorites   0 Comments

Color spaces of #ddde92

RGB 221222146
HSL0.170.540.72
HSV61°34°87°
CMYK 0.000.000.34   0.13
XYZ61.128469.690037.4238
Yxy69.69000.36330.4142
Hunter Lab83.4805-15.384831.8570
CIE-Lab86.8446-11.705537.2222

#ddde92 color RGB value is (221,222,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10010010
Octal 335 336 222
Decimal 221 222 146
Hex DD DE 92

RGB Percentages of Color #ddde92

%37.52
%37.69
%24.79

CMYK Percentages of Color #ddde92

%0
%0
%34
%13

Triadic Colors of #ddde92

#ddde92 #92ddde #de92dd

Analogous Colors of #ddde92

#ddde92 #b7de92 #deb992

Monochromatic Colors of #ddde92

#ddde92

Complementary Color

#ddde92 #9392de

#ddde92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde92 Color CSS Codes

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

#ddde92 Text Font Color

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

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


#ddde92 Background Color

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

This div background color is #ddde92


#ddde92 Border Color

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

This div border color is #ddde92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde92


Comments

No comments written yet.

Please login to write comment.