Color Hex Logo

#dcaf5e Color Hex

#DCAF5E
(220,175,94)
0 Favorites   0 Comments

Color spaces of #dcaf5e

RGB 22017594
HSL0.110.640.62
HSV39°57°86°
CMYK 0.000.200.57   0.14
XYZ46.865646.683717.1305
Yxy46.68370.42340.4218
Hunter Lab68.32552.866632.9627
CIE-Lab73.98707.135547.1808

#dcaf5e color RGB value is (220,175,94).

#dcaf5e hex color red value is 220, green value is 175 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dcaf5e hue: 0.11 , saturation: 0.64 and the lightness value of dcaf5e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 01011110
Octal 334 257 136
Decimal 220 175 94
Hex DC AF 5E

RGB Percentages of Color #dcaf5e

%44.99
%35.79
%19.22

CMYK Percentages of Color #dcaf5e

%0
%20
%57
%14

Triadic Colors of #dcaf5e

#dcaf5e #5edcaf #af5edc

Analogous Colors of #dcaf5e

#dcaf5e #cadc5e #dc705e

Monochromatic Colors of #dcaf5e

#dcaf5e

Complementary Color

#dcaf5e #5e8bdc

#dcaf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf5e Color CSS Codes

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

#dcaf5e Text Font Color

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

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


#dcaf5e Background Color

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

This div background color is #dcaf5e


#dcaf5e Border Color

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

This div border color is #dcaf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf5e


Comments

No comments written yet.

Please login to write comment.