Color Hex Logo

#dcaf68 Color Hex

#DCAF68
(220,175,104)
0 Favorites   0 Comments

Color spaces of #dcaf68

RGB 220175104
HSL0.100.620.64
HSV37°53°86°
CMYK 0.000.200.53   0.14
XYZ47.343946.875119.6492
Yxy46.87510.41580.4117
Hunter Lab68.46543.618530.9099
CIE-Lab74.10987.945442.3410

#dcaf68 color RGB value is (220,175,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 01101000
Octal 334 257 150
Decimal 220 175 104
Hex DC AF 68

RGB Percentages of Color #dcaf68

%44.09
%35.07
%20.84

CMYK Percentages of Color #dcaf68

%0
%20
%53
%14

Triadic Colors of #dcaf68

#dcaf68 #68dcaf #af68dc

Analogous Colors of #dcaf68

#dcaf68 #cfdc68 #dc7568

Monochromatic Colors of #dcaf68

#dcaf68

Complementary Color

#dcaf68 #6895dc

#dcaf68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaf68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaf68 Color CSS Codes

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

#dcaf68 Text Font Color

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

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


#dcaf68 Background Color

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

This div background color is #dcaf68


#dcaf68 Border Color

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

This div border color is #dcaf68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaf68


Comments

No comments written yet.

Please login to write comment.