Color Hex Logo

#dab13e Color Hex

#DAB13E
(218,177,62)
0 Favorites   0 Comments

Color spaces of #dab13e

RGB 21817762
HSL0.120.680.55
HSV44°72°85°
CMYK 0.000.190.72   0.15
XYZ45.505146.697511.1726
Yxy46.69750.44020.4517
Hunter Lab68.3356-0.722938.1412
CIE-Lab73.99593.237361.5325

#dab13e color RGB value is (218,177,62).

#dab13e hex color red value is 218, green value is 177 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dab13e hue: 0.12 , saturation: 0.68 and the lightness value of dab13e is 0.55.

The process color (four color CMYK) of #dab13e color hex is 0.00, 0.19, 0.72, 0.15. Web safe color of #dab13e is #cc9933. Color #dab13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00111110
Octal 332 261 76
Decimal 218 177 62
Hex DA B1 3E

RGB Percentages of Color #dab13e

%47.70
%38.73
%13.57

CMYK Percentages of Color #dab13e

%0
%19
%72
%15

Triadic Colors of #dab13e

#dab13e #3edab1 #b13eda

Analogous Colors of #dab13e

#dab13e #b5da3e #da633e

Monochromatic Colors of #dab13e

#dab13e

Complementary Color

#dab13e #3e67da

#dab13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab13e Color CSS Codes

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

#dab13e Text Font Color

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

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


#dab13e Background Color

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

This div background color is #dab13e


#dab13e Border Color

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

This div border color is #dab13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab13e


Comments

No comments written yet.

Please login to write comment.