Color Hex Logo

#deef90 Color Hex

#DEEF90
(222,239,144)
0 Favorites   0 Comments

Color spaces of #deef90

RGB 222239144
HSL0.200.750.75
HSV71°40°94°
CMYK 0.070.000.40   0.06
XYZ66.024779.276238.2075
Yxy79.27620.35980.4320
Hunter Lab89.0372-23.450036.8836
CIE-Lab91.3591-19.936144.0347

#deef90 color RGB value is (222,239,144).

#deef90 hex color red value is 222, green value is 239 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #deef90 hue: 0.20 , saturation: 0.75 and the lightness value of deef90 is 0.75.

The process color (four color CMYK) of #deef90 color hex is 0.07, 0.00, 0.40, 0.06. Web safe color of #deef90 is #ccff99. Color #deef90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 10010000
Octal 336 357 220
Decimal 222 239 144
Hex DE EF 90

RGB Percentages of Color #deef90

%36.69
%39.50
%23.80

CMYK Percentages of Color #deef90

%7
%0
%40
%6

Triadic Colors of #deef90

#deef90 #90deef #ef90de

Analogous Colors of #deef90

#deef90 #afef90 #efd190

Monochromatic Colors of #deef90

#deef90

Complementary Color

#deef90 #a190ef

#deef90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deef90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deef90 Color CSS Codes

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

#deef90 Text Font Color

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

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


#deef90 Background Color

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

This div background color is #deef90


#deef90 Border Color

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

This div border color is #deef90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deef90


Comments

No comments written yet.

Please login to write comment.