Color Hex Logo

#9ced5a Color Hex

#9CED5A
(156,237,90)
0 Favorites   0 Comments

Color spaces of #9ced5a

RGB 15623790
HSL0.260.800.64
HSV93°62°93°
CMYK 0.340.000.62   0.07
XYZ45.840068.374520.4544
Yxy68.37450.34040.5077
Hunter Lab82.6889-45.751043.2159
CIE-Lab86.1934-48.380961.6515

#9ced5a color RGB value is (156,237,90).

#9ced5a hex color red value is 156, green value is 237 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #9ced5a hue: 0.26 , saturation: 0.80 and the lightness value of 9ced5a is 0.64.

The process color (four color CMYK) of #9ced5a color hex is 0.34, 0.00, 0.62, 0.07. Web safe color of #9ced5a is #99ff66. Color #9ced5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101101 01011010
Octal 234 355 132
Decimal 156 237 90
Hex 9C ED 5A

RGB Percentages of Color #9ced5a

%32.30
%49.07
%18.63

CMYK Percentages of Color #9ced5a

%34
%0
%62
%7

Triadic Colors of #9ced5a

#9ced5a #5a9ced #ed5a9c

Analogous Colors of #9ced5a

#9ced5a #5aed62 #e6ed5a

Monochromatic Colors of #9ced5a

#9ced5a

Complementary Color

#9ced5a #ab5aed

#9ced5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ced5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ced5a Color CSS Codes

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

#9ced5a Text Font Color

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

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


#9ced5a Background Color

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

This div background color is #9ced5a


#9ced5a Border Color

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

This div border color is #9ced5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ced5a


Comments

No comments written yet.

Please login to write comment.