Color Hex Logo

#dcafb1 Color Hex

#DCAFB1
(220,175,177)
0 Favorites   0 Comments

Color spaces of #dcafb1

RGB 220175177
HSL0.990.390.77
HSV357°20°86°
CMYK 0.000.200.20   0.14
XYZ52.781049.049948.2807
Yxy49.04990.35160.3268
Hunter Lab70.035611.96078.1520
CIE-Lab75.482416.65545.2172

#dcafb1 color RGB value is (220,175,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10110001
Octal 334 257 261
Decimal 220 175 177
Hex DC AF B1

RGB Percentages of Color #dcafb1

%38.46
%30.59
%30.94

CMYK Percentages of Color #dcafb1

%0
%20
%20
%14

Triadic Colors of #dcafb1

#dcafb1 #b1dcaf #afb1dc

Analogous Colors of #dcafb1

#dcafb1 #dcc4af #dcafc8

Monochromatic Colors of #dcafb1

#dcafb1

Complementary Color

#dcafb1 #afdcda

#dcafb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafb1 Color CSS Codes

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

#dcafb1 Text Font Color

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

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


#dcafb1 Background Color

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

This div background color is #dcafb1


#dcafb1 Border Color

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

This div border color is #dcafb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafb1


Comments

No comments written yet.

Please login to write comment.