Color Hex Logo

#d7d580 Color Hex

#D7D580
(215,213,128)
0 Favorites   0 Comments

Color spaces of #d7d580

RGB 215213128
HSL0.160.520.67
HSV59°40°84°
CMYK 0.000.010.40   0.16
XYZ55.714963.594129.7605
Yxy63.59410.37380.4266
Hunter Lab79.7459-14.845433.6956
CIE-Lab83.7540-11.520242.1950

#d7d580 color RGB value is (215,213,128).

#d7d580 hex color red value is 215, green value is 213 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d7d580 hue: 0.16 , saturation: 0.52 and the lightness value of d7d580 is 0.67.

The process color (four color CMYK) of #d7d580 color hex is 0.00, 0.01, 0.40, 0.16. Web safe color of #d7d580 is #cccc99. Color #d7d580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11010101 10000000
Octal 327 325 200
Decimal 215 213 128
Hex D7 D5 80

RGB Percentages of Color #d7d580

%38.67
%38.31
%23.02

CMYK Percentages of Color #d7d580

%0
%1
%40
%16

Triadic Colors of #d7d580

#d7d580 #80d7d5 #d580d7

Analogous Colors of #d7d580

#d7d580 #aed780 #d7aa80

Monochromatic Colors of #d7d580

#d7d580

Complementary Color

#d7d580 #8082d7

#d7d580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7d580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7d580 Color CSS Codes

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

#d7d580 Text Font Color

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

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


#d7d580 Background Color

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

This div background color is #d7d580


#d7d580 Border Color

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

This div border color is #d7d580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7d580


Comments

No comments written yet.

Please login to write comment.