Color Hex Logo

#deefd5 Color Hex

#DEEFD5
(222,239,213)
0 Favorites   0 Comments

Color spaces of #deefd5

RGB 222239213
HSL0.280.450.89
HSV99°11°94°
CMYK 0.070.000.11   0.06
XYZ73.000982.066774.9437
Yxy82.06670.31740.3568
Hunter Lab90.5907-14.692614.3641
CIE-Lab92.6043-10.226210.6633

#deefd5 color RGB value is (222,239,213).

#deefd5 hex color red value is 222, green value is 239 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #deefd5 hue: 0.28 , saturation: 0.45 and the lightness value of deefd5 is 0.89.

The process color (four color CMYK) of #deefd5 color hex is 0.07, 0.00, 0.11, 0.06. Web safe color of #deefd5 is #ccffcc. Color #deefd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 11010101
Octal 336 357 325
Decimal 222 239 213
Hex DE EF D5

RGB Percentages of Color #deefd5

%32.94
%35.46
%31.60

CMYK Percentages of Color #deefd5

%7
%0
%11
%6

Triadic Colors of #deefd5

#deefd5 #d5deef #efd5de

Analogous Colors of #deefd5

#deefd5 #d5efd9 #ebefd5

Monochromatic Colors of #deefd5

#deefd5

Complementary Color

#deefd5 #e6d5ef

#deefd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deefd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deefd5 Color CSS Codes

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

#deefd5 Text Font Color

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

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


#deefd5 Background Color

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

This div background color is #deefd5


#deefd5 Border Color

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

This div border color is #deefd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deefd5


Comments

No comments written yet.

Please login to write comment.