Color Hex Logo

#daba53 Color Hex

#DABA53
(218,186,83)
0 Favorites   0 Comments

Color spaces of #daba53

RGB 21818683
HSL0.130.650.59
HSV46°62°85°
CMYK 0.000.150.62   0.15
XYZ48.033750.647815.4280
Yxy50.64780.42090.4439
Hunter Lab71.1673-4.065836.9639
CIE-Lab76.4652-0.291455.1558

#daba53 color RGB value is (218,186,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 01010011
Octal 332 272 123
Decimal 218 186 83
Hex DA BA 53

RGB Percentages of Color #daba53

%44.76
%38.19
%17.04

CMYK Percentages of Color #daba53

%0
%15
%62
%15

Triadic Colors of #daba53

#daba53 #53daba #ba53da

Analogous Colors of #daba53

#daba53 #b7da53 #da7753

Monochromatic Colors of #daba53

#daba53

Complementary Color

#daba53 #5373da

#daba53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba53 Color CSS Codes

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

#daba53 Text Font Color

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

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


#daba53 Background Color

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

This div background color is #daba53


#daba53 Border Color

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

This div border color is #daba53


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,186,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 #daba53">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba53


Comments

No comments written yet.

Please login to write comment.