Color Hex Logo

#dad23a Color Hex

#DAD23A
(218,210,58)
0 Favorites   0 Comments

Color spaces of #dad23a

RGB 21821058
HSL0.160.680.54
HSV57°73°85°
CMYK 0.000.040.73   0.15
XYZ52.723861.304113.0570
Yxy61.30410.41490.4824
Hunter Lab78.2969-16.820844.9205
CIE-Lab82.5420-13.922471.2740

#dad23a color RGB value is (218,210,58).

#dad23a hex color red value is 218, green value is 210 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dad23a hue: 0.16 , saturation: 0.68 and the lightness value of dad23a is 0.54.

The process color (four color CMYK) of #dad23a color hex is 0.00, 0.04, 0.73, 0.15. Web safe color of #dad23a is #cccc33. Color #dad23a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 00111010
Octal 332 322 72
Decimal 218 210 58
Hex DA D2 3A

RGB Percentages of Color #dad23a

%44.86
%43.21
%11.93

CMYK Percentages of Color #dad23a

%0
%4
%73
%15

Triadic Colors of #dad23a

#dad23a #3adad2 #d23ada

Analogous Colors of #dad23a

#dad23a #92da3a #da823a

Monochromatic Colors of #dad23a

#dad23a

Complementary Color

#dad23a #3a42da

#dad23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad23a Color CSS Codes

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

#dad23a Text Font Color

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

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


#dad23a Background Color

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

This div background color is #dad23a


#dad23a Border Color

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

This div border color is #dad23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad23a


Comments

No comments written yet.

Please login to write comment.