Color Hex Logo

#dee55d Color Hex

#DEE55D
(222,229,93)
0 Favorites   0 Comments

Color spaces of #dee55d

RGB 22222993
HSL0.180.720.63
HSV63°59°90°
CMYK 0.030.000.59   0.10
XYZ60.119372.358521.1539
Yxy72.35850.39130.4710
Hunter Lab85.0638-22.705844.8003
CIE-Lab88.1409-19.680963.7181

#dee55d color RGB value is (222,229,93).

#dee55d hex color red value is 222, green value is 229 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dee55d hue: 0.18 , saturation: 0.72 and the lightness value of dee55d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 01011101
Octal 336 345 135
Decimal 222 229 93
Hex DE E5 5D

RGB Percentages of Color #dee55d

%40.81
%42.10
%17.10

CMYK Percentages of Color #dee55d

%3
%0
%59
%10

Triadic Colors of #dee55d

#dee55d #5ddee5 #e55dde

Analogous Colors of #dee55d

#dee55d #9ae55d #e5a85d

Monochromatic Colors of #dee55d

#dee55d

Complementary Color

#dee55d #645de5

#dee55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee55d Color CSS Codes

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

#dee55d Text Font Color

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

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


#dee55d Background Color

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

This div background color is #dee55d


#dee55d Border Color

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

This div border color is #dee55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee55d


Comments

No comments written yet.

Please login to write comment.