Color Hex Logo

#dab276 Color Hex

#DAB276
(218,178,118)
0 Favorites   0 Comments

Color spaces of #dab276

RGB 218178118
HSL0.100.570.66
HSV36°46°85°
CMYK 0.000.180.46   0.15
XYZ48.103948.054223.8796
Yxy48.05420.40070.4003
Hunter Lab69.32112.554228.1007
CIE-Lab74.85916.825236.0430

#dab276 color RGB value is (218,178,118).

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

The process color (four color CMYK) of #dab276 color hex is 0.00, 0.18, 0.46, 0.15. Web safe color of #dab276 is #cc9966. Color #dab276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01110110
Octal 332 262 166
Decimal 218 178 118
Hex DA B2 76

RGB Percentages of Color #dab276

%42.41
%34.63
%22.96

CMYK Percentages of Color #dab276

%0
%18
%46
%15

Triadic Colors of #dab276

#dab276 #76dab2 #b276da

Analogous Colors of #dab276

#dab276 #d0da76 #da8076

Monochromatic Colors of #dab276

#dab276

Complementary Color

#dab276 #769eda

#dab276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab276 Color CSS Codes

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

#dab276 Text Font Color

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

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


#dab276 Background Color

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

This div background color is #dab276


#dab276 Border Color

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

This div border color is #dab276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab276


Comments

No comments written yet.

Please login to write comment.