Color Hex Logo

#dfcaef Color Hex

#DFCAEF
(223,202,239)
0 Favorites   0 Comments

Color spaces of #dfcaef

RGB 223202239
HSL0.760.540.86
HSV274°15°94°
CMYK 0.070.150.00   0.06
XYZ67.131964.161090.5074
Yxy64.16100.30270.2893
Hunter Lab80.10069.4240-10.9227
CIE-Lab84.049514.0324-15.5500

#dfcaef color RGB value is (223,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11101111
Octal 337 312 357
Decimal 223 202 239
Hex DF CA EF

RGB Percentages of Color #dfcaef

%33.58
%30.42
%35.99

CMYK Percentages of Color #dfcaef

%7
%15
%0
%6

Triadic Colors of #dfcaef

#dfcaef #efdfca #caefdf

Analogous Colors of #dfcaef

#dfcaef #efcaed #cdcaef

Monochromatic Colors of #dfcaef

#dfcaef

Complementary Color

#dfcaef #daefca

#dfcaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcaef Color CSS Codes

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

#dfcaef Text Font Color

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

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


#dfcaef Background Color

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

This div background color is #dfcaef


#dfcaef Border Color

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

This div border color is #dfcaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcaef

#dfcaef Color Palettes


Comments

No comments written yet.

Please login to write comment.