Color Hex Logo

#dab530 Color Hex

#DAB530
(218,181,48)
0 Favorites   0 Comments

Color spaces of #dab530

RGB 21818148
HSL0.130.700.52
HSV47°78°85°
CMYK 0.000.170.78   0.15
XYZ45.970848.16669.6705
Yxy48.16660.44280.4640
Hunter Lab69.4022-3.218440.3200
CIE-Lab74.92990.541267.5425

#dab530 color RGB value is (218,181,48).

#dab530 hex color red value is 218, green value is 181 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dab530 hue: 0.13 , saturation: 0.70 and the lightness value of dab530 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 00110000
Octal 332 265 60
Decimal 218 181 48
Hex DA B5 30

RGB Percentages of Color #dab530

%48.77
%40.49
%10.74

CMYK Percentages of Color #dab530

%0
%17
%78
%15

Triadic Colors of #dab530

#dab530 #30dab5 #b530da

Analogous Colors of #dab530

#dab530 #aada30 #da6030

Monochromatic Colors of #dab530

#dab530

Complementary Color

#dab530 #3055da

#dab530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab530 Color CSS Codes

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

#dab530 Text Font Color

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

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


#dab530 Background Color

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

This div background color is #dab530


#dab530 Border Color

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

This div border color is #dab530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab530


Comments

No comments written yet.

Please login to write comment.