Color Hex Logo

#def8dd Color Hex

#DEF8DD
(222,248,221)
0 Favorites   0 Comments

Color spaces of #def8dd

RGB 222248221
HSL0.330.660.92
HSV118°11°97°
CMYK 0.100.000.11   0.03
XYZ76.742787.884981.3253
Yxy87.88490.31200.3573
Hunter Lab93.7469-17.934314.1889
CIE-Lab95.1125-13.343810.1114

#def8dd color RGB value is (222,248,221).

#def8dd hex color red value is 222, green value is 248 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #def8dd hue: 0.33 , saturation: 0.66 and the lightness value of def8dd is 0.92.

The process color (four color CMYK) of #def8dd color hex is 0.10, 0.00, 0.11, 0.03. Web safe color of #def8dd is #ccffcc. Color #def8dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111000 11011101
Octal 336 370 335
Decimal 222 248 221
Hex DE F8 DD

RGB Percentages of Color #def8dd

%32.13
%35.89
%31.98

CMYK Percentages of Color #def8dd

%10
%0
%11
%3

Triadic Colors of #def8dd

#def8dd #dddef8 #f8ddde

Analogous Colors of #def8dd

#def8dd #ddf8ea #ecf8dd

Monochromatic Colors of #def8dd

#def8dd

Complementary Color

#def8dd #f7ddf8

#def8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#def8dd Color CSS Codes

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

#def8dd Text Font Color

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

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


#def8dd Background Color

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

This div background color is #def8dd


#def8dd Border Color

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

This div border color is #def8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def8dd


Comments

No comments written yet.

Please login to write comment.