Color Hex Logo

#d5d720 Color Hex

#D5D720
(213,215,32)
0 Favorites   0 Comments

Color spaces of #d5d720

RGB 21321532
HSL0.170.740.48
HSV61°85°84°
CMYK 0.010.000.85   0.16
XYZ52.001762.851310.7572
Yxy62.85130.41400.5004
Hunter Lab79.2788-21.653647.4502
CIE-Lab83.3641-19.350278.8597

#d5d720 color RGB value is (213,215,32).

#d5d720 hex color red value is 213, green value is 215 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d5d720 hue: 0.17 , saturation: 0.74 and the lightness value of d5d720 is 0.48.

The process color (four color CMYK) of #d5d720 color hex is 0.01, 0.00, 0.85, 0.16. Web safe color of #d5d720 is #cccc33. Color #d5d720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11010111 00100000
Octal 325 327 40
Decimal 213 215 32
Hex D5 D7 20

RGB Percentages of Color #d5d720

%46.30
%46.74
%6.96

CMYK Percentages of Color #d5d720

%1
%0
%85
%16

Triadic Colors of #d5d720

#d5d720 #20d5d7 #d720d5

Analogous Colors of #d5d720

#d5d720 #7ad720 #d77e20

Monochromatic Colors of #d5d720

#d5d720

Complementary Color

#d5d720 #2220d7

#d5d720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5d720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5d720 Color CSS Codes

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

#d5d720 Text Font Color

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

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


#d5d720 Background Color

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

This div background color is #d5d720


#d5d720 Border Color

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

This div border color is #d5d720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d720


Comments

No comments written yet.

Please login to write comment.