Color Hex Logo

#dad814 Color Hex

#DAD814
(218,216,20)
0 Favorites   0 Comments

Color spaces of #dad814

RGB 21821620
HSL0.160.830.47
HSV59°91°85°
CMYK 0.000.010.91   0.15
XYZ53.595664.067710.2033
Yxy64.06770.41920.5011
Hunter Lab80.0423-20.552048.4717
CIE-Lab84.0010-17.959481.5728

#dad814 color RGB value is (218,216,20).

#dad814 hex color red value is 218, green value is 216 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dad814 hue: 0.16 , saturation: 0.83 and the lightness value of dad814 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 00010100
Octal 332 330 24
Decimal 218 216 20
Hex DA D8 14

RGB Percentages of Color #dad814

%48.02
%47.58
%4.41

CMYK Percentages of Color #dad814

%0
%1
%91
%15

Triadic Colors of #dad814

#dad814 #14dad8 #d814da

Analogous Colors of #dad814

#dad814 #79da14 #da7514

Monochromatic Colors of #dad814

#dad814

Complementary Color

#dad814 #1416da

#dad814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad814 Color CSS Codes

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

#dad814 Text Font Color

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

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


#dad814 Background Color

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

This div background color is #dad814


#dad814 Border Color

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

This div border color is #dad814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad814


Comments

No comments written yet.

Please login to write comment.