Color Hex Logo

#dfcae1 Color Hex

#DFCAE1
(223,202,225)
0 Favorites   0 Comments

Color spaces of #dfcae1

RGB 223202225
HSL0.820.280.84
HSV295°10°88°
CMYK 0.010.100.00   0.12
XYZ65.142663.365380.0315
Yxy63.36530.31240.3039
Hunter Lab79.60236.7715-3.8880
CIE-Lab83.634211.3801-8.7112

#dfcae1 color RGB value is (223,202,225).

#dfcae1 hex color red value is 223, green value is 202 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dfcae1 hue: 0.82 , saturation: 0.28 and the lightness value of dfcae1 is 0.84.

The process color (four color CMYK) of #dfcae1 color hex is 0.01, 0.10, 0.00, 0.12. Web safe color of #dfcae1 is #cccccc. Color #dfcae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11100001
Octal 337 312 341
Decimal 223 202 225
Hex DF CA E1

RGB Percentages of Color #dfcae1

%34.31
%31.08
%34.62

CMYK Percentages of Color #dfcae1

%1
%10
%0
%12

Triadic Colors of #dfcae1

#dfcae1 #e1dfca #cae1df

Analogous Colors of #dfcae1

#dfcae1 #e1cad8 #d4cae1

Monochromatic Colors of #dfcae1

#dfcae1

Complementary Color

#dfcae1 #cce1ca

#dfcae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcae1 Color CSS Codes

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

#dfcae1 Text Font Color

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

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


#dfcae1 Background Color

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

This div background color is #dfcae1


#dfcae1 Border Color

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

This div border color is #dfcae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcae1


Comments

No comments written yet.

Please login to write comment.