Color Hex Logo

#dfcae4 Color Hex

#DFCAE4
(223,202,228)
0 Favorites   0 Comments

Color spaces of #dfcae4

RGB 223202228
HSL0.800.330.84
HSV288°11°89°
CMYK 0.020.110.00   0.11
XYZ65.555563.530582.2062
Yxy63.53050.31030.3007
Hunter Lab79.70607.3247-5.3556
CIE-Lab83.720711.9366-10.1823

#dfcae4 color RGB value is (223,202,228).

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

The process color (four color CMYK) of #dfcae4 color hex is 0.02, 0.11, 0.00, 0.11. Web safe color of #dfcae4 is #cccccc. Color #dfcae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11100100
Octal 337 312 344
Decimal 223 202 228
Hex DF CA E4

RGB Percentages of Color #dfcae4

%34.15
%30.93
%34.92

CMYK Percentages of Color #dfcae4

%2
%11
%0
%11

Triadic Colors of #dfcae4

#dfcae4 #e4dfca #cae4df

Analogous Colors of #dfcae4

#dfcae4 #e4cadc #d2cae4

Monochromatic Colors of #dfcae4

#dfcae4

Complementary Color

#dfcae4 #cfe4ca

#dfcae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcae4 Color CSS Codes

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

#dfcae4 Text Font Color

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

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


#dfcae4 Background Color

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

This div background color is #dfcae4


#dfcae4 Border Color

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

This div border color is #dfcae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcae4

#dfcae4 Color Palettes


Comments

No comments written yet.

Please login to write comment.