Color Hex Logo

#daba58 Color Hex

#DABA58
(218,186,88)
0 Favorites   0 Comments

Color spaces of #daba58

RGB 21818688
HSL0.130.640.60
HSV45°60°85°
CMYK 0.000.150.60   0.15
XYZ48.233850.727816.4818
Yxy50.72780.41780.4394
Hunter Lab71.2235-3.757636.1361
CIE-Lab76.51380.051152.9178

#daba58 color RGB value is (218,186,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 01011000
Octal 332 272 130
Decimal 218 186 88
Hex DA BA 58

RGB Percentages of Color #daba58

%44.31
%37.80
%17.89

CMYK Percentages of Color #daba58

%0
%15
%60
%15

Triadic Colors of #daba58

#daba58 #58daba #ba58da

Analogous Colors of #daba58

#daba58 #b9da58 #da7958

Monochromatic Colors of #daba58

#daba58

Complementary Color

#daba58 #5878da

#daba58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba58 Color CSS Codes

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

#daba58 Text Font Color

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

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


#daba58 Background Color

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

This div background color is #daba58


#daba58 Border Color

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

This div border color is #daba58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba58


Comments

No comments written yet.

Please login to write comment.