Color Hex Logo

#dab954 Color Hex

#DAB954
(218,185,84)
0 Favorites   0 Comments

Color spaces of #dab954

RGB 21818584
HSL0.130.640.59
HSV45°61°85°
CMYK 0.000.150.61   0.15
XYZ47.862650.243415.5628
Yxy50.24340.42110.4420
Hunter Lab70.8826-3.514636.6002
CIE-Lab76.21840.298754.4276

#dab954 color RGB value is (218,185,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 01010100
Octal 332 271 124
Decimal 218 185 84
Hex DA B9 54

RGB Percentages of Color #dab954

%44.76
%37.99
%17.25

CMYK Percentages of Color #dab954

%0
%15
%61
%15

Triadic Colors of #dab954

#dab954 #54dab9 #b954da

Analogous Colors of #dab954

#dab954 #b8da54 #da7654

Monochromatic Colors of #dab954

#dab954

Complementary Color

#dab954 #5475da

#dab954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab954 Color CSS Codes

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

#dab954 Text Font Color

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

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


#dab954 Background Color

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

This div background color is #dab954


#dab954 Border Color

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

This div border color is #dab954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab954


Comments

No comments written yet.

Please login to write comment.