Color Hex Logo

#daab1c Color Hex

#DAAB1C
(218,171,28)
0 Favorites   0 Comments

Color spaces of #daab1c

RGB 21817128
HSL0.130.770.48
HSV45°87°85°
CMYK 0.000.220.87   0.15
XYZ43.686044.11517.3112
Yxy44.11510.45930.4638
Hunter Lab66.41921.171539.9670
CIE-Lab72.30545.240770.9602

#daab1c color RGB value is (218,171,28).

#daab1c hex color red value is 218, green value is 171 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #daab1c hue: 0.13 , saturation: 0.77 and the lightness value of daab1c is 0.48.

The process color (four color CMYK) of #daab1c color hex is 0.00, 0.22, 0.87, 0.15. Web safe color of #daab1c is #cc9933. Color #daab1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 00011100
Octal 332 253 34
Decimal 218 171 28
Hex DA AB 1C

RGB Percentages of Color #daab1c

%52.28
%41.01
%6.71

CMYK Percentages of Color #daab1c

%0
%22
%87
%15

Triadic Colors of #daab1c

#daab1c #1cdaab #ab1cda

Analogous Colors of #daab1c

#daab1c #aada1c #da4c1c

Monochromatic Colors of #daab1c

#daab1c

Complementary Color

#daab1c #1c4bda

#daab1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab1c Color CSS Codes

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

#daab1c Text Font Color

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

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


#daab1c Background Color

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

This div background color is #daab1c


#daab1c Border Color

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

This div border color is #daab1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab1c


Comments

No comments written yet.

Please login to write comment.