Color Hex Logo

#dfcaed Color Hex

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

Color spaces of #dfcaed

RGB 223202237
HSL0.770.490.86
HSV276°15°93°
CMYK 0.060.150.00   0.07
XYZ66.838064.043588.9596
Yxy64.04350.30400.2913
Hunter Lab80.02729.0341-9.8888
CIE-Lab83.988413.6450-14.5772

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

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

The process color (four color CMYK) of #dfcaed color hex is 0.06, 0.15, 0.00, 0.07. Web safe color of #dfcaed is #ccccff. Color #dfcaed contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #dfcaed

%33.69
%30.51
%35.80

CMYK Percentages of Color #dfcaed

%6
%15
%0
%7

Triadic Colors of #dfcaed

#dfcaed #eddfca #caeddf

Analogous Colors of #dfcaed

#dfcaed #edcaea #cecaed

Monochromatic Colors of #dfcaed

#dfcaed

Complementary Color

#dfcaed #d8edca

#dfcaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcaed Color CSS Codes

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

#dfcaed Text Font Color

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

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


#dfcaed Background Color

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

This div background color is #dfcaed


#dfcaed Border Color

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

This div border color is #dfcaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcaed


Comments

No comments written yet.

Please login to write comment.