Color Hex Logo

#dab35c Color Hex

#DAB35C
(218,179,92)
0 Favorites   0 Comments

Color spaces of #dab35c

RGB 21817992
HSL0.120.630.61
HSV41°58°85°
CMYK 0.000.180.58   0.15
XYZ46.965347.918316.8990
Yxy47.91830.42010.4287
Hunter Lab69.2230-0.034633.9820
CIE-Lab74.77344.025849.0252

#dab35c color RGB value is (218,179,92).

#dab35c hex color red value is 218, green value is 179 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dab35c hue: 0.12 , saturation: 0.63 and the lightness value of dab35c is 0.61.

The process color (four color CMYK) of #dab35c color hex is 0.00, 0.18, 0.58, 0.15. Web safe color of #dab35c is #cccc66. Color #dab35c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 01011100
Octal 332 263 134
Decimal 218 179 92
Hex DA B3 5C

RGB Percentages of Color #dab35c

%44.58
%36.61
%18.81

CMYK Percentages of Color #dab35c

%0
%18
%58
%15

Triadic Colors of #dab35c

#dab35c #5cdab3 #b35cda

Analogous Colors of #dab35c

#dab35c #c2da5c #da745c

Monochromatic Colors of #dab35c

#dab35c

Complementary Color

#dab35c #5c83da

#dab35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab35c Color CSS Codes

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

#dab35c Text Font Color

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

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


#dab35c Background Color

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

This div background color is #dab35c


#dab35c Border Color

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

This div border color is #dab35c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,179,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dab35c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dab35c;
  -webkit-box-shadow: 1px 1px 3px 2px #dab35c;
  box-shadow:         1px 1px 3px 2px #dab35c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,179,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab35c


Comments

No comments written yet.

Please login to write comment.