Color Hex Logo

#dab962 Color Hex

#DAB962
(218,185,98)
0 Favorites   0 Comments

Color spaces of #dab962

RGB 21818598
HSL0.120.620.62
HSV44°55°85°
CMYK 0.000.150.55   0.15
XYZ48.467050.485218.7454
Yxy50.48520.41180.4289
Hunter Lab71.0529-2.583334.0950
CIE-Lab76.36611.329547.9913

#dab962 color RGB value is (218,185,98).

#dab962 hex color red value is 218, green value is 185 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dab962 hue: 0.12 , saturation: 0.62 and the lightness value of dab962 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 01100010
Octal 332 271 142
Decimal 218 185 98
Hex DA B9 62

RGB Percentages of Color #dab962

%43.51
%36.93
%19.56

CMYK Percentages of Color #dab962

%0
%15
%55
%15

Triadic Colors of #dab962

#dab962 #62dab9 #b962da

Analogous Colors of #dab962

#dab962 #bfda62 #da7d62

Monochromatic Colors of #dab962

#dab962

Complementary Color

#dab962 #6283da

#dab962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab962 Color CSS Codes

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

#dab962 Text Font Color

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

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


#dab962 Background Color

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

This div background color is #dab962


#dab962 Border Color

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

This div border color is #dab962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab962


Comments

No comments written yet.

Please login to write comment.