Color Hex Logo

#dab930 Color Hex

#DAB930
(218,185,48)
0 Favorites   0 Comments

Color spaces of #dab930

RGB 21818548
HSL0.130.700.52
HSV48°78°85°
CMYK 0.000.150.78   0.15
XYZ46.795949.81689.9455
Yxy49.81680.43920.4675
Hunter Lab70.5810-5.169541.0522
CIE-Lab75.9567-1.550468.4749

#dab930 color RGB value is (218,185,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00110000
Octal 332 271 60
Decimal 218 185 48
Hex DA B9 30

RGB Percentages of Color #dab930

%48.34
%41.02
%10.64

CMYK Percentages of Color #dab930

%0
%15
%78
%15

Triadic Colors of #dab930

#dab930 #30dab9 #b930da

Analogous Colors of #dab930

#dab930 #a6da30 #da6430

Monochromatic Colors of #dab930

#dab930

Complementary Color

#dab930 #3051da

#dab930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab930 Color CSS Codes

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

#dab930 Text Font Color

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

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


#dab930 Background Color

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

This div background color is #dab930


#dab930 Border Color

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

This div border color is #dab930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab930


Comments

No comments written yet.

Please login to write comment.