Color Hex Logo

#dab578 Color Hex

#DAB578
(218,181,120)
0 Favorites   0 Comments

Color spaces of #dab578

RGB 218181120
HSL0.100.570.66
HSV37°45°85°
CMYK 0.000.170.45   0.15
XYZ48.827549.309224.7134
Yxy49.30920.39750.4014
Hunter Lab70.22051.233228.2878
CIE-Lab75.64335.433136.0073

#dab578 color RGB value is (218,181,120).

#dab578 hex color red value is 218, green value is 181 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dab578 hue: 0.10 , saturation: 0.57 and the lightness value of dab578 is 0.66.

The process color (four color CMYK) of #dab578 color hex is 0.00, 0.17, 0.45, 0.15. Web safe color of #dab578 is #cccc66. Color #dab578 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01111000
Octal 332 265 170
Decimal 218 181 120
Hex DA B5 78

RGB Percentages of Color #dab578

%42.00
%34.87
%23.12

CMYK Percentages of Color #dab578

%0
%17
%45
%15

Triadic Colors of #dab578

#dab578 #78dab5 #b578da

Analogous Colors of #dab578

#dab578 #ceda78 #da8478

Monochromatic Colors of #dab578

#dab578

Complementary Color

#dab578 #789dda

#dab578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab578 Color CSS Codes

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

#dab578 Text Font Color

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

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


#dab578 Background Color

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

This div background color is #dab578


#dab578 Border Color

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

This div border color is #dab578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab578


Comments

No comments written yet.

Please login to write comment.