Color Hex Logo

#dab267 Color Hex

#DAB267
(218,178,103)
0 Favorites   0 Comments

Color spaces of #dab267

RGB 218178103
HSL0.110.610.63
HSV39°53°85°
CMYK 0.000.180.53   0.15
XYZ47.282047.725519.5519
Yxy47.72550.41270.4166
Hunter Lab69.08361.272031.5784
CIE-Lab74.65155.437843.4617

#dab267 color RGB value is (218,178,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01100111
Octal 332 262 147
Decimal 218 178 103
Hex DA B2 67

RGB Percentages of Color #dab267

%43.69
%35.67
%20.64

CMYK Percentages of Color #dab267

%0
%18
%53
%15

Triadic Colors of #dab267

#dab267 #67dab2 #b267da

Analogous Colors of #dab267

#dab267 #c9da67 #da7967

Monochromatic Colors of #dab267

#dab267

Complementary Color

#dab267 #678fda

#dab267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab267 Color CSS Codes

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

#dab267 Text Font Color

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

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


#dab267 Background Color

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

This div background color is #dab267


#dab267 Border Color

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

This div border color is #dab267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab267


Comments

No comments written yet.

Please login to write comment.