Color Hex Logo

#dab735 Color Hex

#DAB735
(218,183,53)
0 Favorites   0 Comments

Color spaces of #dab735

RGB 21818353
HSL0.130.690.53
HSV47°76°85°
CMYK 0.000.160.76   0.15
XYZ46.489549.029410.3815
Yxy49.02940.43900.4630
Hunter Lab70.0210-4.024140.2242
CIE-Lab75.4696-0.314666.3377

#dab735 color RGB value is (218,183,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 00110101
Octal 332 267 65
Decimal 218 183 53
Hex DA B7 35

RGB Percentages of Color #dab735

%48.02
%40.31
%11.67

CMYK Percentages of Color #dab735

%0
%16
%76
%15

Triadic Colors of #dab735

#dab735 #35dab7 #b735da

Analogous Colors of #dab735

#dab735 #abda35 #da6535

Monochromatic Colors of #dab735

#dab735

Complementary Color

#dab735 #3558da

#dab735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab735 Color CSS Codes

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

#dab735 Text Font Color

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

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


#dab735 Background Color

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

This div background color is #dab735


#dab735 Border Color

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

This div border color is #dab735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab735


Comments

No comments written yet.

Please login to write comment.