Color Hex Logo

#dfedca Color Hex

#DFEDCA
(223,237,202)
0 Favorites   0 Comments

Color spaces of #dfedca

RGB 223237202
HSL0.230.490.86
HSV84°15°93°
CMYK 0.060.000.15   0.07
XYZ71.376380.520667.6572
Yxy80.52060.32510.3667
Hunter Lab89.7333-15.049418.1097
CIE-Lab91.9179-10.690115.3990

#dfedca color RGB value is (223,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11001010
Octal 337 355 312
Decimal 223 237 202
Hex DF ED CA

RGB Percentages of Color #dfedca

%33.69
%35.80
%30.51

CMYK Percentages of Color #dfedca

%6
%0
%15
%7

Triadic Colors of #dfedca

#dfedca #cadfed #edcadf

Analogous Colors of #dfedca

#dfedca #ceedca #edeaca

Monochromatic Colors of #dfedca

#dfedca

Complementary Color

#dfedca #d8caed

#dfedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedca Color CSS Codes

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

#dfedca Text Font Color

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

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


#dfedca Background Color

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

This div background color is #dfedca


#dfedca Border Color

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

This div border color is #dfedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedca


Comments

No comments written yet.

Please login to write comment.