Color Hex Logo

#dcab08 Color Hex

#DCAB08
(220,171,8)
0 Favorites   0 Comments

Color spaces of #dcab08

RGB 2201718
HSL0.130.930.45
HSV46°96°86°
CMYK 0.000.220.96   0.14
XYZ44.121944.35906.4664
Yxy44.35900.46470.4672
Hunter Lab66.60261.695640.8654
CIE-Lab72.46785.819774.5002

#dcab08 color RGB value is (220,171,8).

#dcab08 hex color red value is 220, green value is 171 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #dcab08 hue: 0.13 , saturation: 0.93 and the lightness value of dcab08 is 0.45.

The process color (four color CMYK) of #dcab08 color hex is 0.00, 0.22, 0.96, 0.14. Web safe color of #dcab08 is #cc9900. Color #dcab08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 00001000
Octal 334 253 10
Decimal 220 171 8
Hex DC AB 8

RGB Percentages of Color #dcab08

%55.14
%42.86
%2.01

CMYK Percentages of Color #dcab08

%0
%22
%96
%14

Triadic Colors of #dcab08

#dcab08 #08dcab #ab08dc

Analogous Colors of #dcab08

#dcab08 #a3dc08 #dc4108

Monochromatic Colors of #dcab08

#dcab08

Complementary Color

#dcab08 #0839dc

#dcab08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab08 Color CSS Codes

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

#dcab08 Text Font Color

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

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


#dcab08 Background Color

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

This div background color is #dcab08


#dcab08 Border Color

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

This div border color is #dcab08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab08


Comments

No comments written yet.

Please login to write comment.