Color Hex Logo

#dfcaec Color Hex

#DFCAEC
(223,202,236)
0 Favorites   0 Comments

Color spaces of #dfcaec

RGB 223202236
HSL0.770.470.86
HSV277°14°93°
CMYK 0.060.140.00   0.07
XYZ66.692363.985288.1922
Yxy63.98520.30470.2923
Hunter Lab79.99078.8406-9.3755
CIE-Lab83.958113.4525-14.0903

#dfcaec color RGB value is (223,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11101100
Octal 337 312 354
Decimal 223 202 236
Hex DF CA EC

RGB Percentages of Color #dfcaec

%33.74
%30.56
%35.70

CMYK Percentages of Color #dfcaec

%6
%14
%0
%7

Triadic Colors of #dfcaec

#dfcaec #ecdfca #caecdf

Analogous Colors of #dfcaec

#dfcaec #eccae8 #cecaec

Monochromatic Colors of #dfcaec

#dfcaec

Complementary Color

#dfcaec #d7ecca

#dfcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcaec Color CSS Codes

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

#dfcaec Text Font Color

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

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


#dfcaec Background Color

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

This div background color is #dfcaec


#dfcaec Border Color

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

This div border color is #dfcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcaec


Comments

No comments written yet.

Please login to write comment.