Color Hex Logo

#dab10b Color Hex

#DAB10B
(218,177,11)
0 Favorites   0 Comments

Color spaces of #dab10b

RGB 21817711
HSL0.130.900.45
HSV48°95°85°
CMYK 0.000.190.95   0.15
XYZ44.696046.37396.9119
Yxy46.37390.45620.4733
Hunter Lab68.0984-2.014741.6510
CIE-Lab73.78751.803375.0233

#dab10b color RGB value is (218,177,11).

#dab10b hex color red value is 218, green value is 177 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dab10b hue: 0.13 , saturation: 0.90 and the lightness value of dab10b is 0.45.

The process color (four color CMYK) of #dab10b color hex is 0.00, 0.19, 0.95, 0.15. Web safe color of #dab10b is #cc9900. Color #dab10b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00001011
Octal 332 261 13
Decimal 218 177 11
Hex DA B1 B

RGB Percentages of Color #dab10b

%53.69
%43.60
%2.71

CMYK Percentages of Color #dab10b

%0
%19
%95
%15

Triadic Colors of #dab10b

#dab10b #0bdab1 #b10bda

Analogous Colors of #dab10b

#dab10b #9cda0b #da490b

Monochromatic Colors of #dab10b

#dab10b

Complementary Color

#dab10b #0b34da

#dab10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab10b Color CSS Codes

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

#dab10b Text Font Color

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

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


#dab10b Background Color

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

This div background color is #dab10b


#dab10b Border Color

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

This div border color is #dab10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab10b


Comments

No comments written yet.

Please login to write comment.