Color Hex Logo

#dfcaee Color Hex

#DFCAEE
(223,202,238)
0 Favorites   0 Comments

Color spaces of #dfcaee

RGB 223202238
HSL0.760.510.86
HSV275°15°93°
CMYK 0.060.150.00   0.07
XYZ66.984664.102189.7314
Yxy64.10210.30330.2903
Hunter Lab80.06389.2287-10.4046
CIE-Lab84.018913.8385-15.0638

#dfcaee color RGB value is (223,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11101110
Octal 337 312 356
Decimal 223 202 238
Hex DF CA EE

RGB Percentages of Color #dfcaee

%33.63
%30.47
%35.90

CMYK Percentages of Color #dfcaee

%6
%15
%0
%7

Triadic Colors of #dfcaee

#dfcaee #eedfca #caeedf

Analogous Colors of #dfcaee

#dfcaee #eecaeb #cdcaee

Monochromatic Colors of #dfcaee

#dfcaee

Complementary Color

#dfcaee #d9eeca

#dfcaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcaee Color CSS Codes

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

#dfcaee Text Font Color

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

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


#dfcaee Background Color

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

This div background color is #dfcaee


#dfcaee Border Color

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

This div border color is #dfcaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcaee


Comments

No comments written yet.

Please login to write comment.