Color Hex Logo

#def9df Color Hex

#DEF9DF
(222,249,223)
0 Favorites   0 Comments

Color spaces of #def9df

RGB 222249223
HSL0.340.690.92
HSV122°11°98°
CMYK 0.110.000.10   0.02
XYZ77.319288.608782.8401
Yxy88.60870.31080.3562
Hunter Lab94.1322-18.113313.7150
CIE-Lab95.4167-13.49219.5161

#def9df color RGB value is (222,249,223).

#def9df hex color red value is 222, green value is 249 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #def9df hue: 0.34 , saturation: 0.69 and the lightness value of def9df is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 11011111
Octal 336 371 337
Decimal 222 249 223
Hex DE F9 DF

RGB Percentages of Color #def9df

%31.99
%35.88
%32.13

CMYK Percentages of Color #def9df

%11
%0
%10
%2

Triadic Colors of #def9df

#def9df #dfdef9 #f9dfde

Analogous Colors of #def9df

#def9df #def9ed #ebf9de

Monochromatic Colors of #def9df

#def9df

Complementary Color

#def9df #f9def8

#def9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#def9df Color CSS Codes

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

#def9df Text Font Color

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

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


#def9df Background Color

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

This div background color is #def9df


#def9df Border Color

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

This div border color is #def9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def9df


Comments

No comments written yet.

Please login to write comment.