Color Hex Logo

#dab557 Color Hex

#DAB557
(218,181,87)
0 Favorites   0 Comments

Color spaces of #dab557

RGB 21818187
HSL0.120.640.60
HSV43°60°85°
CMYK 0.000.170.60   0.15
XYZ47.157648.641315.9201
Yxy48.64130.42210.4354
Hunter Lab69.7433-1.356335.2864
CIE-Lab75.22762.606651.9251

#dab557 color RGB value is (218,181,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01010111
Octal 332 265 127
Decimal 218 181 87
Hex DA B5 57

RGB Percentages of Color #dab557

%44.86
%37.24
%17.90

CMYK Percentages of Color #dab557

%0
%17
%60
%15

Triadic Colors of #dab557

#dab557 #57dab5 #b557da

Analogous Colors of #dab557

#dab557 #beda57 #da7457

Monochromatic Colors of #dab557

#dab557

Complementary Color

#dab557 #577cda

#dab557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab557 Color CSS Codes

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

#dab557 Text Font Color

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

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


#dab557 Background Color

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

This div background color is #dab557


#dab557 Border Color

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

This div border color is #dab557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab557


Comments

No comments written yet.

Please login to write comment.