Color Hex Logo

#dde555 Color Hex

#DDE555
(221,229,85)
0 Favorites   0 Comments

Color spaces of #dde555

RGB 22122985
HSL0.180.730.62
HSV63°63°90°
CMYK 0.030.000.63   0.10
XYZ59.477872.066719.3698
Yxy72.06670.39410.4775
Hunter Lab84.8921-23.499145.8963
CIE-Lab88.0007-20.608866.8290

#dde555 color RGB value is (221,229,85).

#dde555 hex color red value is 221, green value is 229 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dde555 hue: 0.18 , saturation: 0.73 and the lightness value of dde555 is 0.62.

The process color (four color CMYK) of #dde555 color hex is 0.03, 0.00, 0.63, 0.10. Web safe color of #dde555 is #cccc66. Color #dde555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100101 01010101
Octal 335 345 125
Decimal 221 229 85
Hex DD E5 55

RGB Percentages of Color #dde555

%41.31
%42.80
%15.89

CMYK Percentages of Color #dde555

%3
%0
%63
%10

Triadic Colors of #dde555

#dde555 #55dde5 #e555dd

Analogous Colors of #dde555

#dde555 #95e555 #e5a555

Monochromatic Colors of #dde555

#dde555

Complementary Color

#dde555 #5d55e5

#dde555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde555 Color CSS Codes

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

#dde555 Text Font Color

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

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


#dde555 Background Color

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

This div background color is #dde555


#dde555 Border Color

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

This div border color is #dde555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde555


Comments

No comments written yet.

Please login to write comment.