Color Hex Logo

#dad021 Color Hex

#DAD021
(218,208,33)
0 Favorites   0 Comments

Color spaces of #dad021

RGB 21820833
HSL0.160.740.49
HSV57°85°85°
CMYK 0.000.050.85   0.15
XYZ51.743860.127010.3173
Yxy60.12700.42350.4921
Hunter Lab77.5416-16.584146.3903
CIE-Lab81.9072-13.747677.6257

#dad021 color RGB value is (218,208,33).

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

The process color (four color CMYK) of #dad021 color hex is 0.00, 0.05, 0.85, 0.15. Web safe color of #dad021 is #cccc33. Color #dad021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 00100001
Octal 332 320 41
Decimal 218 208 33
Hex DA D0 21

RGB Percentages of Color #dad021

%47.49
%45.32
%7.19

CMYK Percentages of Color #dad021

%0
%5
%85
%15

Triadic Colors of #dad021

#dad021 #21dad0 #d021da

Analogous Colors of #dad021

#dad021 #88da21 #da7421

Monochromatic Colors of #dad021

#dad021

Complementary Color

#dad021 #212bda

#dad021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad021 Color CSS Codes

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

#dad021 Text Font Color

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

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


#dad021 Background Color

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

This div background color is #dad021


#dad021 Border Color

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

This div border color is #dad021


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,208,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 #dad021">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad021


Comments

No comments written yet.

Please login to write comment.