Color Hex Logo

#dfefc9 Color Hex

#DFEFC9
(223,239,201)
0 Favorites   0 Comments

Color spaces of #dfefc9

RGB 223239201
HSL0.240.540.86
HSV85°16°94°
CMYK 0.070.000.16   0.06
XYZ71.840581.638067.2297
Yxy81.63800.32550.3699
Hunter Lab90.3537-16.193219.1316
CIE-Lab92.4149-11.848816.6160

#dfefc9 color RGB value is (223,239,201).

#dfefc9 hex color red value is 223, green value is 239 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #dfefc9 hue: 0.24 , saturation: 0.54 and the lightness value of dfefc9 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11001001
Octal 337 357 311
Decimal 223 239 201
Hex DF EF C9

RGB Percentages of Color #dfefc9

%33.63
%36.05
%30.32

CMYK Percentages of Color #dfefc9

%7
%0
%16
%6

Triadic Colors of #dfefc9

#dfefc9 #c9dfef #efc9df

Analogous Colors of #dfefc9

#dfefc9 #ccefc9 #efecc9

Monochromatic Colors of #dfefc9

#dfefc9

Complementary Color

#dfefc9 #d9c9ef

#dfefc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefc9 Color CSS Codes

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

#dfefc9 Text Font Color

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

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


#dfefc9 Background Color

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

This div background color is #dfefc9


#dfefc9 Border Color

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

This div border color is #dfefc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefc9


Comments

No comments written yet.

Please login to write comment.