Color Hex Logo

#deee5d Color Hex

#DEEE5D
(222,238,93)
0 Favorites   0 Comments

Color spaces of #deee5d

RGB 22223893
HSL0.190.810.65
HSV67°61°93°
CMYK 0.070.000.61   0.07
XYZ62.674577.469022.0056
Yxy77.46900.38650.4778
Hunter Lab88.0165-26.923146.7880
CIE-Lab90.5370-24.012866.3153

#deee5d color RGB value is (222,238,93).

#deee5d hex color red value is 222, green value is 238 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #deee5d hue: 0.19 , saturation: 0.81 and the lightness value of deee5d is 0.65.

The process color (four color CMYK) of #deee5d color hex is 0.07, 0.00, 0.61, 0.07. Web safe color of #deee5d is #ccff66. Color #deee5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 01011101
Octal 336 356 135
Decimal 222 238 93
Hex DE EE 5D

RGB Percentages of Color #deee5d

%40.14
%43.04
%16.82

CMYK Percentages of Color #deee5d

%7
%0
%61
%7

Triadic Colors of #deee5d

#deee5d #5ddeee #ee5dde

Analogous Colors of #deee5d

#deee5d #96ee5d #eeb65d

Monochromatic Colors of #deee5d

#deee5d

Complementary Color

#deee5d #6d5dee

#deee5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deee5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#deee5d Color CSS Codes

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

#deee5d Text Font Color

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

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


#deee5d Background Color

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

This div background color is #deee5d


#deee5d Border Color

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

This div border color is #deee5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deee5d


Comments

No comments written yet.

Please login to write comment.