Color Hex Logo

#dcafb4 Color Hex

#DCAFB4
(220,175,180)
0 Favorites   0 Comments

Color spaces of #dcafb4

RGB 220175180
HSL0.980.390.77
HSV353°20°86°
CMYK 0.000.200.18   0.14
XYZ53.083449.170949.8731
Yxy49.17090.34890.3232
Hunter Lab70.122012.41386.9163
CIE-Lab75.557517.11483.6882

#dcafb4 color RGB value is (220,175,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10110100
Octal 334 257 264
Decimal 220 175 180
Hex DC AF B4

RGB Percentages of Color #dcafb4

%38.26
%30.43
%31.30

CMYK Percentages of Color #dcafb4

%0
%20
%18
%14

Triadic Colors of #dcafb4

#dcafb4 #b4dcaf #afb4dc

Analogous Colors of #dcafb4

#dcafb4 #dcc1af #dcafcb

Monochromatic Colors of #dcafb4

#dcafb4

Complementary Color

#dcafb4 #afdcd7

#dcafb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafb4 Color CSS Codes

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

#dcafb4 Text Font Color

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

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


#dcafb4 Background Color

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

This div background color is #dcafb4


#dcafb4 Border Color

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

This div border color is #dcafb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafb4


Comments

No comments written yet.

Please login to write comment.