Color Hex Logo

#dab269 Color Hex

#DAB269
(218,178,105)
0 Favorites   0 Comments

Color spaces of #dab269

RGB 218178105
HSL0.110.600.63
HSV39°52°85°
CMYK 0.000.180.52   0.15
XYZ47.383647.766120.0870
Yxy47.76610.41120.4145
Hunter Lab69.11301.431131.1471
CIE-Lab74.67725.610642.4859

#dab269 color RGB value is (218,178,105).

#dab269 hex color red value is 218, green value is 178 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dab269 hue: 0.11 , saturation: 0.60 and the lightness value of dab269 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01101001
Octal 332 262 151
Decimal 218 178 105
Hex DA B2 69

RGB Percentages of Color #dab269

%43.51
%35.53
%20.96

CMYK Percentages of Color #dab269

%0
%18
%52
%15

Triadic Colors of #dab269

#dab269 #69dab2 #b269da

Analogous Colors of #dab269

#dab269 #cada69 #da7a69

Monochromatic Colors of #dab269

#dab269

Complementary Color

#dab269 #6991da

#dab269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab269 Color CSS Codes

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

#dab269 Text Font Color

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

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


#dab269 Background Color

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

This div background color is #dab269


#dab269 Border Color

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

This div border color is #dab269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab269


Comments

No comments written yet.

Please login to write comment.