Color Hex Logo

#dee37f Color Hex

#DEE37F
(222,227,127)
0 Favorites   0 Comments

Color spaces of #dee37f

RGB 222227127
HSL0.180.640.69
HSV63°44°89°
CMYK 0.020.000.44   0.11
XYZ61.424172.000130.7387
Yxy72.00010.37420.4386
Hunter Lab84.8529-19.278337.9187
CIE-Lab87.9686-15.855748.0549

#dee37f color RGB value is (222,227,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 01111111
Octal 336 343 177
Decimal 222 227 127
Hex DE E3 7F

RGB Percentages of Color #dee37f

%38.54
%39.41
%22.05

CMYK Percentages of Color #dee37f

%2
%0
%44
%11

Triadic Colors of #dee37f

#dee37f #7fdee3 #e37fde

Analogous Colors of #dee37f

#dee37f #ace37f #e3b67f

Monochromatic Colors of #dee37f

#dee37f

Complementary Color

#dee37f #847fe3

#dee37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee37f Color CSS Codes

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

#dee37f Text Font Color

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

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


#dee37f Background Color

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

This div background color is #dee37f


#dee37f Border Color

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

This div border color is #dee37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee37f


Comments

No comments written yet.

Please login to write comment.