Color Hex Logo

#dabb58 Color Hex

#DABB58
(218,187,88)
0 Favorites   0 Comments

Color spaces of #dabb58

RGB 21818788
HSL0.130.640.60
HSV46°60°85°
CMYK 0.000.140.60   0.15
XYZ48.445251.150716.5522
Yxy51.15070.41710.4404
Hunter Lab71.5197-4.249236.3420
CIE-Lab76.7702-0.472153.2083

#dabb58 color RGB value is (218,187,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 01011000
Octal 332 273 130
Decimal 218 187 88
Hex DA BB 58

RGB Percentages of Color #dabb58

%44.22
%37.93
%17.85

CMYK Percentages of Color #dabb58

%0
%14
%60
%15

Triadic Colors of #dabb58

#dabb58 #58dabb #bb58da

Analogous Colors of #dabb58

#dabb58 #b8da58 #da7a58

Monochromatic Colors of #dabb58

#dabb58

Complementary Color

#dabb58 #5877da

#dabb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb58 Color CSS Codes

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

#dabb58 Text Font Color

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

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


#dabb58 Background Color

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

This div background color is #dabb58


#dabb58 Border Color

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

This div border color is #dabb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb58


Comments

No comments written yet.

Please login to write comment.