Color Hex Logo

#9cef5d Color Hex

#9CEF5D
(156,239,93)
0 Favorites   0 Comments

Color spaces of #9cef5d

RGB 15623993
HSL0.260.820.65
HSV94°61°94°
CMYK 0.350.000.61   0.06
XYZ46.552669.591221.3348
Yxy69.59120.33860.5062
Hunter Lab83.4213-46.376943.2317
CIE-Lab86.7960-48.957061.0701

#9cef5d color RGB value is (156,239,93).

#9cef5d hex color red value is 156, green value is 239 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #9cef5d hue: 0.26 , saturation: 0.82 and the lightness value of 9cef5d is 0.65.

The process color (four color CMYK) of #9cef5d color hex is 0.35, 0.00, 0.61, 0.06. Web safe color of #9cef5d is #99ff66. Color #9cef5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101111 01011101
Octal 234 357 135
Decimal 156 239 93
Hex 9C EF 5D

RGB Percentages of Color #9cef5d

%31.97
%48.98
%19.06

CMYK Percentages of Color #9cef5d

%35
%0
%61
%6

Triadic Colors of #9cef5d

#9cef5d #5d9cef #ef5d9c

Analogous Colors of #9cef5d

#9cef5d #5def67 #e5ef5d

Monochromatic Colors of #9cef5d

#9cef5d

Complementary Color

#9cef5d #b05def

#9cef5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cef5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cef5d Color CSS Codes

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

#9cef5d Text Font Color

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

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


#9cef5d Background Color

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

This div background color is #9cef5d


#9cef5d Border Color

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

This div border color is #9cef5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,239,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cef5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cef5d;
  -webkit-box-shadow: 1px 1px 3px 2px #9cef5d;
  box-shadow:         1px 1px 3px 2px #9cef5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,239,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cef5d


Comments

No comments written yet.

Please login to write comment.