color codes Logo

#dadb0a color codes

#DADB0A
(218,219,10)
0 Favorites   0 Comments

Color spaces of #dadb0a

RGB 21821910
HSL0.170.910.45
HSV60°95°86°
CMYK 0.000.000.95   0.14
XYZ54.299765.590410.0855
Yxy65.59040.41780.5046
Hunter Lab80.9879-22.050549.3081
CIE-Lab84.7871-19.546583.2790

#dadb0a color RGB value is (218,219,10).

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

The process color (four color CMYK) of #dadb0a color code is 0.00, 0.00, 0.95, 0.14. Web safe color of #dadb0a is #cccc00. Color #dadb0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 00001010
Octal 332 333 12
Decimal 218 219 10
Hex DA DB A

RGB Percentages of Color #dadb0a

%48.77
%48.99
%2.24

CMYK Percentages of Color #dadb0a

%0
%0
%95
%14

Triadic Colors of #dadb0a

#dadb0a #0adadb #db0ada

Analogous Colors of #dadb0a

#dadb0a #72db0a #db740a

Monochromatic Colors of #dadb0a

#dadb0a

Complementary Color

#dadb0a #0b0adb

#dadb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb0a Color CSS Codes

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

#dadb0a Text Font Color

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

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


#dadb0a Background Color

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

This div background color is #dadb0a


#dadb0a Border Color

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

This div border color is #dadb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb0a


Comments

No comments written yet.

Please login to write comment.