Color Hex Logo

#dab778 Color Hex

#DAB778
(218,183,120)
0 Favorites   0 Comments

Color spaces of #dab778

RGB 218183120
HSL0.110.570.66
HSV39°45°85°
CMYK 0.000.160.45   0.15
XYZ49.237150.128524.8500
Yxy50.12850.39640.4036
Hunter Lab70.80150.230728.7514
CIE-Lab76.14814.374036.6532

#dab778 color RGB value is (218,183,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 01111000
Octal 332 267 170
Decimal 218 183 120
Hex DA B7 78

RGB Percentages of Color #dab778

%41.84
%35.12
%23.03

CMYK Percentages of Color #dab778

%0
%16
%45
%15

Triadic Colors of #dab778

#dab778 #78dab7 #b778da

Analogous Colors of #dab778

#dab778 #ccda78 #da8678

Monochromatic Colors of #dab778

#dab778

Complementary Color

#dab778 #789bda

#dab778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab778 Color CSS Codes

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

#dab778 Text Font Color

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

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


#dab778 Background Color

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

This div background color is #dab778


#dab778 Border Color

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

This div border color is #dab778


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,183,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 #dab778">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab778


Comments

No comments written yet.

Please login to write comment.