Color Hex Logo

#dadd0a Color Hex

#DADD0A
(218,221,10)
0 Favorites   0 Comments

Color spaces of #dadd0a

RGB 21822110
HSL0.170.910.45
HSV61°95°87°
CMYK 0.010.000.95   0.13
XYZ54.824766.640210.2604
Yxy66.64020.41620.5059
Hunter Lab81.6334-22.978649.6913
CIE-Lab85.3219-20.519183.6811

#dadd0a color RGB value is (218,221,10).

#dadd0a hex color red value is 218, green value is 221 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dadd0a hue: 0.17 , saturation: 0.91 and the lightness value of dadd0a is 0.45.

The process color (four color CMYK) of #dadd0a color hex is 0.01, 0.00, 0.95, 0.13. Web safe color of #dadd0a is #cccc00. Color #dadd0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 00001010
Octal 332 335 12
Decimal 218 221 10
Hex DA DD A

RGB Percentages of Color #dadd0a

%48.55
%49.22
%2.23

CMYK Percentages of Color #dadd0a

%1
%0
%95
%13

Triadic Colors of #dadd0a

#dadd0a #0adadd #dd0ada

Analogous Colors of #dadd0a

#dadd0a #71dd0a #dd770a

Monochromatic Colors of #dadd0a

#dadd0a

Complementary Color

#dadd0a #0d0add

#dadd0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd0a Color CSS Codes

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

#dadd0a Text Font Color

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

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


#dadd0a Background Color

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

This div background color is #dadd0a


#dadd0a Border Color

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

This div border color is #dadd0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd0a


Comments

No comments written yet.

Please login to write comment.