Color Hex Logo

#defcf9 Color Hex

#DEFCF9
(222,252,249)
0 Favorites   0 Comments

Color spaces of #defcf9

RGB 222252249
HSL0.480.830.93
HSV174°12°99°
CMYK 0.120.000.01   0.01
XYZ82.033591.9900103.0547
Yxy91.99000.29610.3320
Hunter Lab95.9114-15.17313.4322
CIE-Lab96.8162-10.2249-1.8551

#defcf9 color RGB value is (222,252,249).

#defcf9 hex color red value is 222, green value is 252 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #defcf9 hue: 0.48 , saturation: 0.83 and the lightness value of defcf9 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111100 11111001
Octal 336 374 371
Decimal 222 252 249
Hex DE FC F9

RGB Percentages of Color #defcf9

%30.71
%34.85
%34.44

CMYK Percentages of Color #defcf9

%12
%0
%1
%1

Triadic Colors of #defcf9

#defcf9 #f9defc #fcf9de

Analogous Colors of #defcf9

#defcf9 #def0fc #defcea

Monochromatic Colors of #defcf9

#defcf9

Complementary Color

#defcf9 #fcdee1

#defcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defcf9 Color CSS Codes

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

#defcf9 Text Font Color

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

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


#defcf9 Background Color

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

This div background color is #defcf9


#defcf9 Border Color

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

This div border color is #defcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defcf9

Related Colors


Comments

No comments written yet.

Please login to write comment.