Color Hex Logo

#dab021 Color Hex

#DAB021
(218,176,33)
0 Favorites   0 Comments

Color spaces of #dab021

RGB 21817633
HSL0.130.740.49
HSV46°85°85°
CMYK 0.000.190.85   0.15
XYZ44.713346.06597.9738
Yxy46.06590.45280.4665
Hunter Lab67.8719-1.181840.5447
CIE-Lab73.58832.712170.7870

#dab021 color RGB value is (218,176,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 00100001
Octal 332 260 41
Decimal 218 176 33
Hex DA B0 21

RGB Percentages of Color #dab021

%51.05
%41.22
%7.73

CMYK Percentages of Color #dab021

%0
%19
%85
%15

Triadic Colors of #dab021

#dab021 #21dab0 #b021da

Analogous Colors of #dab021

#dab021 #a8da21 #da5421

Monochromatic Colors of #dab021

#dab021

Complementary Color

#dab021 #214bda

#dab021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab021 Color CSS Codes

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

#dab021 Text Font Color

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

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


#dab021 Background Color

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

This div background color is #dab021


#dab021 Border Color

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

This div border color is #dab021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab021


Comments

No comments written yet.

Please login to write comment.