Color Hex Logo

#dab273 Color Hex

#DAB273
(218,178,115)
0 Favorites   0 Comments

Color spaces of #dab273

RGB 218178115
HSL0.100.580.65
HSV37°47°85°
CMYK 0.000.180.47   0.15
XYZ47.928347.984022.9554
Yxy47.98400.40320.4037
Hunter Lab69.27052.280928.8414
CIE-Lab74.81486.530637.5431

#dab273 color RGB value is (218,178,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01110011
Octal 332 262 163
Decimal 218 178 115
Hex DA B2 73

RGB Percentages of Color #dab273

%42.66
%34.83
%22.50

CMYK Percentages of Color #dab273

%0
%18
%47
%15

Triadic Colors of #dab273

#dab273 #73dab2 #b273da

Analogous Colors of #dab273

#dab273 #cfda73 #da7f73

Monochromatic Colors of #dab273

#dab273

Complementary Color

#dab273 #739bda

#dab273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab273 Color CSS Codes

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

#dab273 Text Font Color

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

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


#dab273 Background Color

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

This div background color is #dab273


#dab273 Border Color

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

This div border color is #dab273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab273


Comments

No comments written yet.

Please login to write comment.