Color Hex Logo

#dabc57 Color Hex

#DABC57
(218,188,87)
0 Favorites   0 Comments

Color spaces of #dabc57

RGB 21818887
HSL0.130.640.60
HSV46°60°85°
CMYK 0.000.140.60   0.15
XYZ48.617051.560016.4065
Yxy51.56000.41700.4423
Hunter Lab71.8053-4.802836.7168
CIE-Lab77.0170-1.064353.9479

#dabc57 color RGB value is (218,188,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 01010111
Octal 332 274 127
Decimal 218 188 87
Hex DA BC 57

RGB Percentages of Color #dabc57

%44.22
%38.13
%17.65

CMYK Percentages of Color #dabc57

%0
%14
%60
%15

Triadic Colors of #dabc57

#dabc57 #57dabc #bc57da

Analogous Colors of #dabc57

#dabc57 #b7da57 #da7b57

Monochromatic Colors of #dabc57

#dabc57

Complementary Color

#dabc57 #5775da

#dabc57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc57 Color CSS Codes

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

#dabc57 Text Font Color

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

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


#dabc57 Background Color

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

This div background color is #dabc57


#dabc57 Border Color

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

This div border color is #dabc57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc57


Comments

No comments written yet.

Please login to write comment.