Color Hex Logo

#dfefc2 Color Hex

#DFEFC2
(223,239,194)
0 Favorites   0 Comments

Color spaces of #dfefc2

RGB 223239194
HSL0.230.580.85
HSV81°19°94°
CMYK 0.070.000.19   0.06
XYZ71.035581.316062.9905
Yxy81.31600.32990.3776
Hunter Lab90.1754-17.193921.7067
CIE-Lab92.2721-12.941220.0275

#dfefc2 color RGB value is (223,239,194).

#dfefc2 hex color red value is 223, green value is 239 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #dfefc2 hue: 0.23 , saturation: 0.58 and the lightness value of dfefc2 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11000010
Octal 337 357 302
Decimal 223 239 194
Hex DF EF C2

RGB Percentages of Color #dfefc2

%33.99
%36.43
%29.57

CMYK Percentages of Color #dfefc2

%7
%0
%19
%6

Triadic Colors of #dfefc2

#dfefc2 #c2dfef #efc2df

Analogous Colors of #dfefc2

#dfefc2 #c9efc2 #efe9c2

Monochromatic Colors of #dfefc2

#dfefc2

Complementary Color

#dfefc2 #d2c2ef

#dfefc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefc2 Color CSS Codes

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

#dfefc2 Text Font Color

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

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


#dfefc2 Background Color

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

This div background color is #dfefc2


#dfefc2 Border Color

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

This div border color is #dfefc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefc2


Comments

No comments written yet.

Please login to write comment.