Color Hex Logo

#dab955 Color Hex

#DAB955
(218,185,85)
0 Favorites   0 Comments

Color spaces of #dab955

RGB 21818585
HSL0.130.640.59
HSV45°61°85°
CMYK 0.000.150.61   0.15
XYZ47.902150.259215.7706
Yxy50.25920.42040.4411
Hunter Lab70.8937-3.453636.4363
CIE-Lab76.22810.366553.9809

#dab955 color RGB value is (218,185,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 01010101
Octal 332 271 125
Decimal 218 185 85
Hex DA B9 55

RGB Percentages of Color #dab955

%44.67
%37.91
%17.42

CMYK Percentages of Color #dab955

%0
%15
%61
%15

Triadic Colors of #dab955

#dab955 #55dab9 #b955da

Analogous Colors of #dab955

#dab955 #b9da55 #da7755

Monochromatic Colors of #dab955

#dab955

Complementary Color

#dab955 #5576da

#dab955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab955 Color CSS Codes

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

#dab955 Text Font Color

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

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


#dab955 Background Color

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

This div background color is #dab955


#dab955 Border Color

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

This div border color is #dab955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab955

#dab955 Color Palettes


Comments

No comments written yet.

Please login to write comment.