Color Hex Logo

#daab08 Color Hex

#DAAB08
(218,171,8)
0 Favorites   0 Comments

Color spaces of #daab08

RGB 2181718
HSL0.130.930.44
HSV47°96°85°
CMYK 0.000.220.96   0.15
XYZ43.520244.04886.4382
Yxy44.04880.46290.4686
Hunter Lab66.36930.901340.7070
CIE-Lab72.26114.942774.2575

#daab08 color RGB value is (218,171,8).

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

The process color (four color CMYK) of #daab08 color hex is 0.00, 0.22, 0.96, 0.15. Web safe color of #daab08 is #cc9900. Color #daab08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 00001000
Octal 332 253 10
Decimal 218 171 8
Hex DA AB 8

RGB Percentages of Color #daab08

%54.91
%43.07
%2.02

CMYK Percentages of Color #daab08

%0
%22
%96
%15

Triadic Colors of #daab08

#daab08 #08daab #ab08da

Analogous Colors of #daab08

#daab08 #a0da08 #da4208

Monochromatic Colors of #daab08

#daab08

Complementary Color

#daab08 #0837da

#daab08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab08 Color CSS Codes

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

#daab08 Text Font Color

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

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


#daab08 Background Color

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

This div background color is #daab08


#daab08 Border Color

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

This div border color is #daab08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab08


Comments

No comments written yet.

Please login to write comment.