Color Hex Logo

#dcaf90 Color Hex

#DCAF90
(220,175,144)
0 Favorites   0 Comments

Color spaces of #dcaf90

RGB 220175144
HSL0.070.520.71
HSV24°35°86°
CMYK 0.000.200.35   0.14
XYZ49.879247.889233.0002
Yxy47.88920.38140.3662
Hunter Lab69.20207.555120.1679
CIE-Lab74.755012.116722.1310

#dcaf90 color RGB value is (220,175,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10010000
Octal 334 257 220
Decimal 220 175 144
Hex DC AF 90

RGB Percentages of Color #dcaf90

%40.82
%32.47
%26.72

CMYK Percentages of Color #dcaf90

%0
%20
%35
%14

Triadic Colors of #dcaf90

#dcaf90 #90dcaf #af90dc

Analogous Colors of #dcaf90

#dcaf90 #dcd590 #dc9097

Monochromatic Colors of #dcaf90

#dcaf90

Complementary Color

#dcaf90 #90bddc

#dcaf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf90 Color CSS Codes

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

#dcaf90 Text Font Color

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

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


#dcaf90 Background Color

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

This div background color is #dcaf90


#dcaf90 Border Color

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

This div border color is #dcaf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf90


Comments

No comments written yet.

Please login to write comment.