Color Hex Logo

#dee373 Color Hex

#DEE373
(222,227,115)
0 Favorites   0 Comments

Color spaces of #dee373

RGB 222227115
HSL0.170.670.67
HSV63°49°89°
CMYK 0.020.000.49   0.11
XYZ60.687871.705626.8616
Yxy71.70560.38110.4503
Hunter Lab84.6792-20.261340.4677
CIE-Lab87.8267-16.978153.5760

#dee373 color RGB value is (222,227,115).

#dee373 hex color red value is 222, green value is 227 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dee373 hue: 0.17 , saturation: 0.67 and the lightness value of dee373 is 0.67.

The process color (four color CMYK) of #dee373 color hex is 0.02, 0.00, 0.49, 0.11. Web safe color of #dee373 is #cccc66. Color #dee373 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 01110011
Octal 336 343 163
Decimal 222 227 115
Hex DE E3 73

RGB Percentages of Color #dee373

%39.36
%40.25
%20.39

CMYK Percentages of Color #dee373

%2
%0
%49
%11

Triadic Colors of #dee373

#dee373 #73dee3 #e373de

Analogous Colors of #dee373

#dee373 #a6e373 #e3b073

Monochromatic Colors of #dee373

#dee373

Complementary Color

#dee373 #7873e3

#dee373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee373 Color CSS Codes

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

#dee373 Text Font Color

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

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


#dee373 Background Color

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

This div background color is #dee373


#dee373 Border Color

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

This div border color is #dee373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee373


Comments

No comments written yet.

Please login to write comment.