color codes Logo

#dad315 color codes

#DAD315
(218,211,21)
0 Favorites   0 Comments

Color spaces of #dad315

RGB 21821121
HSL0.160.820.47
HSV58°90°85°
CMYK 0.000.030.90   0.15
XYZ52.343161.54819.8307
Yxy61.54810.42310.4975
Hunter Lab78.4526-18.197947.4873
CIE-Lab82.6725-15.476380.4018

#dad315 color RGB value is (218,211,21).

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

The process color (four color CMYK) of #dad315 color code is 0.00, 0.03, 0.90, 0.15. Web safe color of #dad315 is #cccc00. Color #dad315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 00010101
Octal 332 323 25
Decimal 218 211 21
Hex DA D3 15

RGB Percentages of Color #dad315

%48.44
%46.89
%4.67

CMYK Percentages of Color #dad315

%0
%3
%90
%15

Triadic Colors of #dad315

#dad315 #15dad3 #d315da

Analogous Colors of #dad315

#dad315 #7fda15 #da7115

Monochromatic Colors of #dad315

#dad315

Complementary Color

#dad315 #151cda

#dad315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad315 Color CSS Codes

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

#dad315 Text Font Color

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

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


#dad315 Background Color

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

This div background color is #dad315


#dad315 Border Color

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

This div border color is #dad315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad315


Comments

No comments written yet.

Please login to write comment.