Color Hex Logo

#dad713 Color Hex

#DAD713
(218,215,19)
0 Favorites   0 Comments

Color spaces of #dad713

RGB 21821519
HSL0.160.840.46
HSV59°91°85°
CMYK 0.000.010.91   0.15
XYZ53.331463.553310.0722
Yxy63.55330.42010.5006
Hunter Lab79.7203-20.097448.3133
CIE-Lab83.7326-17.482581.5009

#dad713 color RGB value is (218,215,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 00010011
Octal 332 327 23
Decimal 218 215 19
Hex DA D7 13

RGB Percentages of Color #dad713

%48.23
%47.57
%4.20

CMYK Percentages of Color #dad713

%0
%1
%91
%15

Triadic Colors of #dad713

#dad713 #13dad7 #d713da

Analogous Colors of #dad713

#dad713 #7ada13 #da7413

Monochromatic Colors of #dad713

#dad713

Complementary Color

#dad713 #1316da

#dad713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad713 Color CSS Codes

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

#dad713 Text Font Color

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

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


#dad713 Background Color

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

This div background color is #dad713


#dad713 Border Color

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

This div border color is #dad713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad713


Comments

No comments written yet.

Please login to write comment.