Color Hex Logo

#dee191 Color Hex

#DEE191
(222,225,145)
0 Favorites   0 Comments

Color spaces of #dee191

RGB 222225145
HSL0.170.570.73
HSV62°36°88°
CMYK 0.010.000.36   0.12
XYZ62.160271.424437.2981
Yxy71.42440.36380.4180
Hunter Lab84.5130-16.609032.9926
CIE-Lab87.6908-12.938138.8382

#dee191 color RGB value is (222,225,145).

#dee191 hex color red value is 222, green value is 225 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dee191 hue: 0.17 , saturation: 0.57 and the lightness value of dee191 is 0.73.

The process color (four color CMYK) of #dee191 color hex is 0.01, 0.00, 0.36, 0.12. Web safe color of #dee191 is #cccc99. Color #dee191 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 10010001
Octal 336 341 221
Decimal 222 225 145
Hex DE E1 91

RGB Percentages of Color #dee191

%37.50
%38.01
%24.49

CMYK Percentages of Color #dee191

%1
%0
%36
%12

Triadic Colors of #dee191

#dee191 #91dee1 #e191de

Analogous Colors of #dee191

#dee191 #b6e191 #e1bc91

Monochromatic Colors of #dee191

#dee191

Complementary Color

#dee191 #9491e1

#dee191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee191 Color CSS Codes

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

#dee191 Text Font Color

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

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


#dee191 Background Color

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

This div background color is #dee191


#dee191 Border Color

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

This div border color is #dee191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee191


Comments

No comments written yet.

Please login to write comment.