Color Hex Logo

#dee970 Color Hex

#DEE970
(222,233,112)
0 Favorites   0 Comments

Color spaces of #dee970

RGB 222233112
HSL0.180.730.68
HSV65°52°91°
CMYK 0.050.000.52   0.09
XYZ62.187774.977326.5237
Yxy74.97730.37990.4580
Hunter Lab86.5894-23.334542.4511
CIE-Lab89.3824-20.165456.7864

#dee970 color RGB value is (222,233,112).

#dee970 hex color red value is 222, green value is 233 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dee970 hue: 0.18 , saturation: 0.73 and the lightness value of dee970 is 0.68.

The process color (four color CMYK) of #dee970 color hex is 0.05, 0.00, 0.52, 0.09. Web safe color of #dee970 is #ccff66. Color #dee970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 01110000
Octal 336 351 160
Decimal 222 233 112
Hex DE E9 70

RGB Percentages of Color #dee970

%39.15
%41.09
%19.75

CMYK Percentages of Color #dee970

%5
%0
%52
%9

Triadic Colors of #dee970

#dee970 #70dee9 #e970de

Analogous Colors of #dee970

#dee970 #a2e970 #e9b870

Monochromatic Colors of #dee970

#dee970

Complementary Color

#dee970 #7b70e9

#dee970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee970 Color CSS Codes

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

#dee970 Text Font Color

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

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


#dee970 Background Color

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

This div background color is #dee970


#dee970 Border Color

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

This div border color is #dee970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee970


Comments

No comments written yet.

Please login to write comment.