Color Hex Logo

#dcafce Color Hex

#DCAFCE
(220,175,206)
0 Favorites   0 Comments

Color spaces of #dcafce

RGB 220175206
HSL0.890.390.77
HSV319°20°86°
CMYK 0.000.200.06   0.14
XYZ55.985850.331865.1568
Yxy50.33180.32650.2935
Hunter Lab70.944916.7087-4.7913
CIE-Lab76.272521.4049-9.4470

#dcafce color RGB value is (220,175,206).

#dcafce hex color red value is 220, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dcafce hue: 0.89 , saturation: 0.39 and the lightness value of dcafce is 0.77.

The process color (four color CMYK) of #dcafce color hex is 0.00, 0.20, 0.06, 0.14. Web safe color of #dcafce is #cc99cc. Color #dcafce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11001110
Octal 334 257 316
Decimal 220 175 206
Hex DC AF CE

RGB Percentages of Color #dcafce

%36.61
%29.12
%34.28

CMYK Percentages of Color #dcafce

%0
%20
%6
%14

Triadic Colors of #dcafce

#dcafce #cedcaf #afcedc

Analogous Colors of #dcafce

#dcafce #dcafb8 #d4afdc

Monochromatic Colors of #dcafce

#dcafce

Complementary Color

#dcafce #afdcbd

#dcafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafce Color CSS Codes

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

#dcafce Text Font Color

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

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


#dcafce Background Color

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

This div background color is #dcafce


#dcafce Border Color

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

This div border color is #dcafce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,175,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcafce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcafce;
  -webkit-box-shadow: 1px 1px 3px 2px #dcafce;
  box-shadow:         1px 1px 3px 2px #dcafce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,175,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafce


Comments

No comments written yet.

Please login to write comment.