Color Hex Logo

#dad711 Color Hex

#DAD711
(218,215,17)
0 Favorites   0 Comments

Color spaces of #dad711

RGB 21821517
HSL0.160.860.46
HSV59°92°85°
CMYK 0.000.010.92   0.15
XYZ53.315163.54689.9861
Yxy63.54680.42030.5010
Hunter Lab79.7162-20.120748.3741
CIE-Lab83.7292-17.509981.7535

#dad711 color RGB value is (218,215,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 00010001
Octal 332 327 21
Decimal 218 215 17
Hex DA D7 11

RGB Percentages of Color #dad711

%48.44
%47.78
%3.78

CMYK Percentages of Color #dad711

%0
%1
%92
%15

Triadic Colors of #dad711

#dad711 #11dad7 #d711da

Analogous Colors of #dad711

#dad711 #79da11 #da7311

Monochromatic Colors of #dad711

#dad711

Complementary Color

#dad711 #1114da

#dad711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad711 Color CSS Codes

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

#dad711 Text Font Color

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

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


#dad711 Background Color

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

This div background color is #dad711


#dad711 Border Color

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

This div border color is #dad711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad711


Comments

No comments written yet.

Please login to write comment.