Color Hex Logo

#ddde57 Color Hex

#DDDE57
(221,222,87)
0 Favorites   0 Comments

Color spaces of #ddde57

RGB 22122287
HSL0.170.670.61
HSV60°61°87°
CMYK 0.000.000.61   0.13
XYZ57.660468.302819.1616
Yxy68.30280.39730.4706
Hunter Lab82.6455-20.093244.1053
CIE-Lab86.1576-17.065764.0558

#ddde57 color RGB value is (221,222,87).

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

The process color (four color CMYK) of #ddde57 color hex is 0.00, 0.00, 0.61, 0.13. Web safe color of #ddde57 is #cccc66. Color #ddde57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 01010111
Octal 335 336 127
Decimal 221 222 87
Hex DD DE 57

RGB Percentages of Color #ddde57

%41.70
%41.89
%16.42

CMYK Percentages of Color #ddde57

%0
%0
%61
%13

Triadic Colors of #ddde57

#ddde57 #57ddde #de57dd

Analogous Colors of #ddde57

#ddde57 #9ade57 #de9c57

Monochromatic Colors of #ddde57

#ddde57

Complementary Color

#ddde57 #5857de

#ddde57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde57 Color CSS Codes

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

#ddde57 Text Font Color

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

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


#ddde57 Background Color

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

This div background color is #ddde57


#ddde57 Border Color

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

This div border color is #ddde57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde57


Comments

No comments written yet.

Please login to write comment.