Color Hex Logo

#dab935 Color Hex

#DAB935
(218,185,53)
0 Favorites   0 Comments

Color spaces of #dab935

RGB 21818553
HSL0.130.690.53
HSV48°76°85°
CMYK 0.000.150.76   0.15
XYZ46.905049.860410.5200
Yxy49.86040.43720.4647
Hunter Lab70.6119-4.999540.5951
CIE-Lab75.9835-1.359566.8192

#dab935 color RGB value is (218,185,53).

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

The process color (four color CMYK) of #dab935 color hex is 0.00, 0.15, 0.76, 0.15. Web safe color of #dab935 is #cccc33. Color #dab935 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00110101
Octal 332 271 65
Decimal 218 185 53
Hex DA B9 35

RGB Percentages of Color #dab935

%47.81
%40.57
%11.62

CMYK Percentages of Color #dab935

%0
%15
%76
%15

Triadic Colors of #dab935

#dab935 #35dab9 #b935da

Analogous Colors of #dab935

#dab935 #a9da35 #da6735

Monochromatic Colors of #dab935

#dab935

Complementary Color

#dab935 #3556da

#dab935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab935 Color CSS Codes

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

#dab935 Text Font Color

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

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


#dab935 Background Color

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

This div background color is #dab935


#dab935 Border Color

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

This div border color is #dab935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab935


Comments

No comments written yet.

Please login to write comment.