Color Hex Logo

#dab10e Color Hex

#DAB10E
(218,177,14)
0 Favorites   0 Comments

Color spaces of #dab10e

RGB 21817714
HSL0.130.880.45
HSV48°94°85°
CMYK 0.000.190.94   0.15
XYZ44.714846.38147.0112
Yxy46.38140.45580.4728
Hunter Lab68.1039-1.984541.5689
CIE-Lab73.79231.836974.6514

#dab10e color RGB value is (218,177,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00001110
Octal 332 261 16
Decimal 218 177 14
Hex DA B1 E

RGB Percentages of Color #dab10e

%53.30
%43.28
%3.42

CMYK Percentages of Color #dab10e

%0
%19
%94
%15

Triadic Colors of #dab10e

#dab10e #0edab1 #b10eda

Analogous Colors of #dab10e

#dab10e #9dda0e #da4b0e

Monochromatic Colors of #dab10e

#dab10e

Complementary Color

#dab10e #0e37da

#dab10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab10e Color CSS Codes

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

#dab10e Text Font Color

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

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


#dab10e Background Color

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

This div background color is #dab10e


#dab10e Border Color

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

This div border color is #dab10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab10e


Comments

No comments written yet.

Please login to write comment.