Color Hex Logo

#d7e060 Color Hex

#D7E060
(215,224,96)
0 Favorites   0 Comments

Color spaces of #d7e060

RGB 21522496
HSL0.180.670.63
HSV64°57°88°
CMYK 0.040.000.57   0.12
XYZ56.791368.602921.3148
Yxy68.60290.38710.4676
Hunter Lab82.8269-22.556242.7210
CIE-Lab86.3070-19.847060.2634

#d7e060 color RGB value is (215,224,96).

#d7e060 hex color red value is 215, green value is 224 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d7e060 hue: 0.18 , saturation: 0.67 and the lightness value of d7e060 is 0.63.

The process color (four color CMYK) of #d7e060 color hex is 0.04, 0.00, 0.57, 0.12. Web safe color of #d7e060 is #cccc66. Color #d7e060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11100000 01100000
Octal 327 340 140
Decimal 215 224 96
Hex D7 E0 60

RGB Percentages of Color #d7e060

%40.19
%41.87
%17.94

CMYK Percentages of Color #d7e060

%4
%0
%57
%12

Triadic Colors of #d7e060

#d7e060 #60d7e0 #e060d7

Analogous Colors of #d7e060

#d7e060 #97e060 #e0a960

Monochromatic Colors of #d7e060

#d7e060

Complementary Color

#d7e060 #6960e0

#d7e060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7e060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7e060 Color CSS Codes

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

#d7e060 Text Font Color

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

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


#d7e060 Background Color

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

This div background color is #d7e060


#d7e060 Border Color

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

This div border color is #d7e060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7e060


Comments

No comments written yet.

Please login to write comment.