Color Hex Logo

#dab053 Color Hex

#DAB053
(218,176,83)
0 Favorites   0 Comments

Color spaces of #dab053

RGB 21817683
HSL0.110.650.59
HSV41°62°85°
CMYK 0.000.190.62   0.15
XYZ46.000146.580614.7501
Yxy46.58060.42860.4340
Hunter Lab68.25000.870534.9613
CIE-Lab73.92074.974552.3189

#dab053 color RGB value is (218,176,83).

#dab053 hex color red value is 218, green value is 176 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dab053 hue: 0.11 , saturation: 0.65 and the lightness value of dab053 is 0.59.

The process color (four color CMYK) of #dab053 color hex is 0.00, 0.19, 0.62, 0.15. Web safe color of #dab053 is #cc9966. Color #dab053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01010011
Octal 332 260 123
Decimal 218 176 83
Hex DA B0 53

RGB Percentages of Color #dab053

%45.70
%36.90
%17.40

CMYK Percentages of Color #dab053

%0
%19
%62
%15

Triadic Colors of #dab053

#dab053 #53dab0 #b053da

Analogous Colors of #dab053

#dab053 #c1da53 #da6d53

Monochromatic Colors of #dab053

#dab053

Complementary Color

#dab053 #537dda

#dab053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab053 Color CSS Codes

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

#dab053 Text Font Color

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

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


#dab053 Background Color

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

This div background color is #dab053


#dab053 Border Color

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

This div border color is #dab053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab053


Comments

No comments written yet.

Please login to write comment.