Color Hex Logo

#dab02b Color Hex

#DAB02B
(218,176,43)
0 Favorites   0 Comments

Color spaces of #dab02b

RGB 21817643
HSL0.130.700.51
HSV46°80°85°
CMYK 0.000.190.80   0.15
XYZ44.874846.13058.8244
Yxy46.13050.44950.4621
Hunter Lab67.9194-0.922939.8404
CIE-Lab73.63012.999367.9838

#dab02b color RGB value is (218,176,43).

#dab02b hex color red value is 218, green value is 176 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dab02b hue: 0.13 , saturation: 0.70 and the lightness value of dab02b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 00101011
Octal 332 260 53
Decimal 218 176 43
Hex DA B0 2B

RGB Percentages of Color #dab02b

%49.89
%40.27
%9.84

CMYK Percentages of Color #dab02b

%0
%19
%80
%15

Triadic Colors of #dab02b

#dab02b #2bdab0 #b02bda

Analogous Colors of #dab02b

#dab02b #adda2b #da582b

Monochromatic Colors of #dab02b

#dab02b

Complementary Color

#dab02b #2b55da

#dab02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab02b Color CSS Codes

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

#dab02b Text Font Color

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

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


#dab02b Background Color

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

This div background color is #dab02b


#dab02b Border Color

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

This div border color is #dab02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab02b


Comments

No comments written yet.

Please login to write comment.