Color Hex Logo

#dab330 Color Hex

#DAB330
(218,179,48)
0 Favorites   0 Comments

Color spaces of #dab330

RGB 21817948
HSL0.130.700.52
HSV46°78°85°
CMYK 0.000.180.78   0.15
XYZ45.567047.35909.5359
Yxy47.35900.44470.4622
Hunter Lab68.8179-2.239539.9569
CIE-Lab74.41881.591567.0773

#dab330 color RGB value is (218,179,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 00110000
Octal 332 263 60
Decimal 218 179 48
Hex DA B3 30

RGB Percentages of Color #dab330

%48.99
%40.22
%10.79

CMYK Percentages of Color #dab330

%0
%18
%78
%15

Triadic Colors of #dab330

#dab330 #30dab3 #b330da

Analogous Colors of #dab330

#dab330 #acda30 #da5e30

Monochromatic Colors of #dab330

#dab330

Complementary Color

#dab330 #3057da

#dab330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab330 Color CSS Codes

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

#dab330 Text Font Color

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

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


#dab330 Background Color

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

This div background color is #dab330


#dab330 Border Color

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

This div border color is #dab330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab330


Comments

No comments written yet.

Please login to write comment.