Color Hex Logo

#dad313 Color Hex

#DAD313
(218,211,19)
0 Favorites   0 Comments

Color spaces of #dad313

RGB 21821119
HSL0.160.840.46
HSV58°91°85°
CMYK 0.000.030.91   0.15
XYZ52.325361.54109.7369
Yxy61.54100.42330.4979
Hunter Lab78.4481-18.223647.5546
CIE-Lab82.6687-15.506580.6816

#dad313 color RGB value is (218,211,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 00010011
Octal 332 323 23
Decimal 218 211 19
Hex DA D3 13

RGB Percentages of Color #dad313

%48.66
%47.10
%4.24

CMYK Percentages of Color #dad313

%0
%3
%91
%15

Triadic Colors of #dad313

#dad313 #13dad3 #d313da

Analogous Colors of #dad313

#dad313 #7eda13 #da7013

Monochromatic Colors of #dad313

#dad313

Complementary Color

#dad313 #131ada

#dad313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad313 Color CSS Codes

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

#dad313 Text Font Color

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

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


#dad313 Background Color

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

This div background color is #dad313


#dad313 Border Color

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

This div border color is #dad313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad313


Comments

No comments written yet.

Please login to write comment.