Color Hex Logo

#dee55c Color Hex

#DEE55C
(222,229,92)
0 Favorites   0 Comments

Color spaces of #dee55c

RGB 22222992
HSL0.180.720.63
HSV63°60°90°
CMYK 0.030.000.60   0.10
XYZ60.075372.340920.9221
Yxy72.34090.39180.4718
Hunter Lab85.0535-22.764744.9528
CIE-Lab88.1324-19.749364.1282

#dee55c color RGB value is (222,229,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 01011100
Octal 336 345 134
Decimal 222 229 92
Hex DE E5 5C

RGB Percentages of Color #dee55c

%40.88
%42.17
%16.94

CMYK Percentages of Color #dee55c

%3
%0
%60
%10

Triadic Colors of #dee55c

#dee55c #5cdee5 #e55cde

Analogous Colors of #dee55c

#dee55c #9ae55c #e5a85c

Monochromatic Colors of #dee55c

#dee55c

Complementary Color

#dee55c #635ce5

#dee55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee55c Color CSS Codes

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

#dee55c Text Font Color

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

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


#dee55c Background Color

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

This div background color is #dee55c


#dee55c Border Color

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

This div border color is #dee55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee55c


Comments

No comments written yet.

Please login to write comment.