Color Hex Logo

#dee858 Color Hex

#DEE858
(222,232,88)
0 Favorites   0 Comments

Color spaces of #dee858

RGB 22223288
HSL0.180.760.63
HSV64°62°91°
CMYK 0.040.000.62   0.09
XYZ60.742373.947420.3043
Yxy73.94740.39190.4771
Hunter Lab85.9927-24.400946.1955
CIE-Lab88.8976-21.465366.5949

#dee858 color RGB value is (222,232,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 01011000
Octal 336 350 130
Decimal 222 232 88
Hex DE E8 58

RGB Percentages of Color #dee858

%40.96
%42.80
%16.24

CMYK Percentages of Color #dee858

%4
%0
%62
%9

Triadic Colors of #dee858

#dee858 #58dee8 #e858de

Analogous Colors of #dee858

#dee858 #96e858 #e8aa58

Monochromatic Colors of #dee858

#dee858

Complementary Color

#dee858 #6258e8

#dee858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee858 Color CSS Codes

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

#dee858 Text Font Color

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

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


#dee858 Background Color

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

This div background color is #dee858


#dee858 Border Color

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

This div border color is #dee858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee858


Comments

No comments written yet.

Please login to write comment.