Color Hex Logo

#dab832 Color Hex

#DAB832
(218,184,50)
0 Favorites   0 Comments

Color spaces of #dab832

RGB 21818450
HSL0.130.690.53
HSV48°77°85°
CMYK 0.000.160.77   0.15
XYZ46.629749.416710.0983
Yxy49.41670.43930.4656
Hunter Lab70.2970-4.616440.6908
CIE-Lab75.7098-0.954467.5904

#dab832 color RGB value is (218,184,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00110010
Octal 332 270 62
Decimal 218 184 50
Hex DA B8 32

RGB Percentages of Color #dab832

%48.23
%40.71
%11.06

CMYK Percentages of Color #dab832

%0
%16
%77
%15

Triadic Colors of #dab832

#dab832 #32dab8 #b832da

Analogous Colors of #dab832

#dab832 #a8da32 #da6432

Monochromatic Colors of #dab832

#dab832

Complementary Color

#dab832 #3254da

#dab832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab832 Color CSS Codes

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

#dab832 Text Font Color

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

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


#dab832 Background Color

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

This div background color is #dab832


#dab832 Border Color

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

This div border color is #dab832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab832


Comments

No comments written yet.

Please login to write comment.