Color Hex Logo

#dad115 Color Hex

#DAD115
(218,209,21)
0 Favorites   0 Comments

Color spaces of #dad115

RGB 21820921
HSL0.160.820.47
HSV57°90°85°
CMYK 0.000.040.90   0.15
XYZ51.849360.56059.6661
Yxy60.56050.42470.4961
Hunter Lab77.8206-17.257547.1100
CIE-Lab82.1419-14.482179.9906

#dad115 color RGB value is (218,209,21).

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

The process color (four color CMYK) of #dad115 color hex is 0.00, 0.04, 0.90, 0.15. Web safe color of #dad115 is #cccc00. Color #dad115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 00010101
Octal 332 321 25
Decimal 218 209 21
Hex DA D1 15

RGB Percentages of Color #dad115

%48.66
%46.65
%4.69

CMYK Percentages of Color #dad115

%0
%4
%90
%15

Triadic Colors of #dad115

#dad115 #15dad1 #d115da

Analogous Colors of #dad115

#dad115 #81da15 #da6f15

Monochromatic Colors of #dad115

#dad115

Complementary Color

#dad115 #151eda

#dad115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad115 Color CSS Codes

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

#dad115 Text Font Color

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

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


#dad115 Background Color

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

This div background color is #dad115


#dad115 Border Color

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

This div border color is #dad115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad115


Comments

No comments written yet.

Please login to write comment.