Color Hex Logo

#dabd11 Color Hex

#DABD11
(218,189,17)
0 Favorites   0 Comments

Color spaces of #dabd11

RGB 21818917
HSL0.140.860.46
HSV51°92°85°
CMYK 0.000.130.92   0.15
XYZ47.212251.34117.9518
Yxy51.34110.44330.4821
Hunter Lab71.6527-7.778043.5771
CIE-Lab76.8852-4.385376.5484

#dabd11 color RGB value is (218,189,17).

#dabd11 hex color red value is 218, green value is 189 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dabd11 hue: 0.14 , saturation: 0.86 and the lightness value of dabd11 is 0.46.

The process color (four color CMYK) of #dabd11 color hex is 0.00, 0.13, 0.92, 0.15. Web safe color of #dabd11 is #cccc00. Color #dabd11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 00010001
Octal 332 275 21
Decimal 218 189 17
Hex DA BD 11

RGB Percentages of Color #dabd11

%51.42
%44.58
%4.01

CMYK Percentages of Color #dabd11

%0
%13
%92
%15

Triadic Colors of #dabd11

#dabd11 #11dabd #bd11da

Analogous Colors of #dabd11

#dabd11 #93da11 #da5911

Monochromatic Colors of #dabd11

#dabd11

Complementary Color

#dabd11 #112eda

#dabd11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd11 Color CSS Codes

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

#dabd11 Text Font Color

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

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


#dabd11 Background Color

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

This div background color is #dabd11


#dabd11 Border Color

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

This div border color is #dabd11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd11


Comments

No comments written yet.

Please login to write comment.