Color Hex Logo

#9de564 Color Hex

#9DE564
(157,229,100)
0 Favorites   0 Comments

Color spaces of #9de564

RGB 157229100
HSL0.260.710.65
HSV93°56°90°
CMYK 0.310.000.56   0.10
XYZ44.224264.126822.1034
Yxy64.12680.33900.4916
Hunter Lab80.0792-41.561039.6903
CIE-Lab84.0317-43.725954.9256

#9de564 color RGB value is (157,229,100).

#9de564 hex color red value is 157, green value is 229 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #9de564 hue: 0.26 , saturation: 0.71 and the lightness value of 9de564 is 0.65.

The process color (four color CMYK) of #9de564 color hex is 0.31, 0.00, 0.56, 0.10. Web safe color of #9de564 is #99cc66. Color #9de564 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11100101 01100100
Octal 235 345 144
Decimal 157 229 100
Hex 9D E5 64

RGB Percentages of Color #9de564

%32.30
%47.12
%20.58

CMYK Percentages of Color #9de564

%31
%0
%56
%10

Triadic Colors of #9de564

#9de564 #649de5 #e5649d

Analogous Colors of #9de564

#9de564 #64e56c #dee564

Monochromatic Colors of #9de564

#9de564

Complementary Color

#9de564 #ac64e5

#9de564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9de564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9de564 Color CSS Codes

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

#9de564 Text Font Color

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

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


#9de564 Background Color

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

This div background color is #9de564


#9de564 Border Color

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

This div border color is #9de564


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,229,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9de564; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9de564;
  -webkit-box-shadow: 1px 1px 3px 2px #9de564;
  box-shadow:         1px 1px 3px 2px #9de564; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,229,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9de564


Comments

No comments written yet.

Please login to write comment.