Color Hex Logo

#d5d116 Color Hex

#D5D116
(213,209,22)
0 Favorites   0 Comments

Color spaces of #d5d116

RGB 21320922
HSL0.160.810.46
HSV59°90°84°
CMYK 0.000.020.90   0.16
XYZ50.385959.80509.6470
Yxy59.80500.42050.4990
Hunter Lab77.3337-19.034346.7374
CIE-Lab81.7321-16.595979.3428

#d5d116 color RGB value is (213,209,22).

#d5d116 hex color red value is 213, green value is 209 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #d5d116 hue: 0.16 , saturation: 0.81 and the lightness value of d5d116 is 0.46.

The process color (four color CMYK) of #d5d116 color hex is 0.00, 0.02, 0.90, 0.16. Web safe color of #d5d116 is #cccc00. Color #d5d116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11010001 00010110
Octal 325 321 26
Decimal 213 209 22
Hex D5 D1 16

RGB Percentages of Color #d5d116

%47.97
%47.07
%4.95

CMYK Percentages of Color #d5d116

%0
%2
%90
%16

Triadic Colors of #d5d116

#d5d116 #16d5d1 #d116d5

Analogous Colors of #d5d116

#d5d116 #7ad516 #d57216

Monochromatic Colors of #d5d116

#d5d116

Complementary Color

#d5d116 #161ad5

#d5d116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5d116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5d116 Color CSS Codes

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

#d5d116 Text Font Color

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

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


#d5d116 Background Color

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

This div background color is #d5d116


#d5d116 Border Color

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

This div border color is #d5d116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d116


Comments

No comments written yet.

Please login to write comment.