Color Hex Logo

#dfecaf Color Hex

#DFECAF
(223,236,175)
0 Favorites   0 Comments

Color spaces of #dfecaf

RGB 223236175
HSL0.200.620.81
HSV73°26°93°
CMYK 0.060.000.26   0.07
XYZ68.164778.774052.1697
Yxy78.77400.34230.3956
Hunter Lab88.7547-18.230627.2779
CIE-Lab91.1319-14.223428.2096

#dfecaf color RGB value is (223,236,175).

#dfecaf hex color red value is 223, green value is 236 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dfecaf hue: 0.20 , saturation: 0.62 and the lightness value of dfecaf is 0.81.

The process color (four color CMYK) of #dfecaf color hex is 0.06, 0.00, 0.26, 0.07. Web safe color of #dfecaf is #ccff99. Color #dfecaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 10101111
Octal 337 354 257
Decimal 223 236 175
Hex DF EC AF

RGB Percentages of Color #dfecaf

%35.17
%37.22
%27.60

CMYK Percentages of Color #dfecaf

%6
%0
%26
%7

Triadic Colors of #dfecaf

#dfecaf #afdfec #ecafdf

Analogous Colors of #dfecaf

#dfecaf #c1ecaf #ecdbaf

Monochromatic Colors of #dfecaf

#dfecaf

Complementary Color

#dfecaf #bcafec

#dfecaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfecaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfecaf Color CSS Codes

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

#dfecaf Text Font Color

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

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


#dfecaf Background Color

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

This div background color is #dfecaf


#dfecaf Border Color

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

This div border color is #dfecaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfecaf


Comments

No comments written yet.

Please login to write comment.