Color Hex Logo

#dee852 Color Hex

#DEE852
(222,232,82)
0 Favorites   0 Comments

Color spaces of #dee852

RGB 22223282
HSL0.180.770.62
HSV64°65°91°
CMYK 0.040.000.65   0.09
XYZ60.503873.852019.0486
Yxy73.85200.39440.4814
Hunter Lab85.9372-24.717747.0140
CIE-Lab88.8525-21.835268.9229

#dee852 color RGB value is (222,232,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 01010010
Octal 336 350 122
Decimal 222 232 82
Hex DE E8 52

RGB Percentages of Color #dee852

%41.42
%43.28
%15.30

CMYK Percentages of Color #dee852

%4
%0
%65
%9

Triadic Colors of #dee852

#dee852 #52dee8 #e852de

Analogous Colors of #dee852

#dee852 #93e852 #e8a752

Monochromatic Colors of #dee852

#dee852

Complementary Color

#dee852 #5c52e8

#dee852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee852 Color CSS Codes

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

#dee852 Text Font Color

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

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


#dee852 Background Color

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

This div background color is #dee852


#dee852 Border Color

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

This div border color is #dee852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee852


Comments

No comments written yet.

Please login to write comment.