Color Hex Logo

#dfefc6 Color Hex

#DFEFC6
(223,239,198)
0 Favorites   0 Comments

Color spaces of #dfefc6

RGB 223239198
HSL0.230.560.86
HSV83°17°94°
CMYK 0.070.000.17   0.06
XYZ71.491081.498265.3888
Yxy81.49820.32740.3732
Hunter Lab90.2764-16.627220.2486
CIE-Lab92.3529-12.321718.0781

#dfefc6 color RGB value is (223,239,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11000110
Octal 337 357 306
Decimal 223 239 198
Hex DF EF C6

RGB Percentages of Color #dfefc6

%33.79
%36.21
%30.00

CMYK Percentages of Color #dfefc6

%7
%0
%17
%6

Triadic Colors of #dfefc6

#dfefc6 #c6dfef #efc6df

Analogous Colors of #dfefc6

#dfefc6 #cbefc6 #efebc6

Monochromatic Colors of #dfefc6

#dfefc6

Complementary Color

#dfefc6 #d6c6ef

#dfefc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefc6 Color CSS Codes

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

#dfefc6 Text Font Color

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

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


#dfefc6 Background Color

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

This div background color is #dfefc6


#dfefc6 Border Color

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

This div border color is #dfefc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefc6


Comments

No comments written yet.

Please login to write comment.