Color Hex Logo

#dcaf8b Color Hex

#DCAF8B
(220,175,139)
0 Favorites   0 Comments

Color spaces of #dcaf8b

RGB 220175139
HSL0.070.540.70
HSV27°37°86°
CMYK 0.000.200.37   0.14
XYZ49.505447.739731.0316
Yxy47.73970.38590.3722
Hunter Lab69.09396.979921.7373
CIE-Lab74.660511.514224.6943

#dcaf8b color RGB value is (220,175,139).

#dcaf8b hex color red value is 220, green value is 175 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dcaf8b hue: 0.07 , saturation: 0.54 and the lightness value of dcaf8b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10001011
Octal 334 257 213
Decimal 220 175 139
Hex DC AF 8B

RGB Percentages of Color #dcaf8b

%41.20
%32.77
%26.03

CMYK Percentages of Color #dcaf8b

%0
%20
%37
%14

Triadic Colors of #dcaf8b

#dcaf8b #8bdcaf #af8bdc

Analogous Colors of #dcaf8b

#dcaf8b #dcd88b #dc8b90

Monochromatic Colors of #dcaf8b

#dcaf8b

Complementary Color

#dcaf8b #8bb8dc

#dcaf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf8b Color CSS Codes

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

#dcaf8b Text Font Color

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

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


#dcaf8b Background Color

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

This div background color is #dcaf8b


#dcaf8b Border Color

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

This div border color is #dcaf8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf8b

#dcaf8b Color Palettes


Comments

No comments written yet.

Please login to write comment.