Color Hex Logo

#dee85d Color Hex

#DEE85D
(222,232,93)
0 Favorites   0 Comments

Color spaces of #dee85d

RGB 22223293
HSL0.180.750.64
HSV64°60°91°
CMYK 0.040.000.60   0.09
XYZ60.956674.033121.4330
Yxy74.03310.38970.4733
Hunter Lab86.0425-24.116545.4607
CIE-Lab88.9381-21.134064.5855

#dee85d color RGB value is (222,232,93).

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

The process color (four color CMYK) of #dee85d color hex is 0.04, 0.00, 0.60, 0.09. Web safe color of #dee85d is #ccff66. Color #dee85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 01011101
Octal 336 350 135
Decimal 222 232 93
Hex DE E8 5D

RGB Percentages of Color #dee85d

%40.59
%42.41
%17.00

CMYK Percentages of Color #dee85d

%4
%0
%60
%9

Triadic Colors of #dee85d

#dee85d #5ddee8 #e85dde

Analogous Colors of #dee85d

#dee85d #99e85d #e8ad5d

Monochromatic Colors of #dee85d

#dee85d

Complementary Color

#dee85d #675de8

#dee85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee85d Color CSS Codes

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

#dee85d Text Font Color

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

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


#dee85d Background Color

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

This div background color is #dee85d


#dee85d Border Color

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

This div border color is #dee85d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,232,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 #dee85d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee85d


Comments

No comments written yet.

Please login to write comment.