Color Hex Logo

#9bce53 Color Hex

#9BCE53
(155,206,83)
0 Favorites   0 Comments

Color spaces of #9bce53

RGB 15520683
HSL0.240.560.57
HSV85°60°81°
CMYK 0.250.000.60   0.19
XYZ37.150251.735716.2116
Yxy51.73570.35350.4923
Hunter Lab71.9275-33.678936.9860
CIE-Lab77.1225-35.814354.5530

#9bce53 color RGB value is (155,206,83).

#9bce53 hex color red value is 155, green value is 206 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #9bce53 hue: 0.24 , saturation: 0.56 and the lightness value of 9bce53 is 0.57.

The process color (four color CMYK) of #9bce53 color hex is 0.25, 0.00, 0.60, 0.19. Web safe color of #9bce53 is #99cc66. Color #9bce53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 01010011
Octal 233 316 123
Decimal 155 206 83
Hex 9B CE 53

RGB Percentages of Color #9bce53

%34.91
%46.40
%18.69

CMYK Percentages of Color #9bce53

%25
%0
%60
%19

Triadic Colors of #9bce53

#9bce53 #539bce #ce539b

Analogous Colors of #9bce53

#9bce53 #5ece53 #cec453

Monochromatic Colors of #9bce53

#9bce53

Complementary Color

#9bce53 #8653ce

#9bce53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bce53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bce53 Color CSS Codes

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

#9bce53 Text Font Color

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

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


#9bce53 Background Color

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

This div background color is #9bce53


#9bce53 Border Color

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

This div border color is #9bce53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,206,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bce53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bce53;
  -webkit-box-shadow: 1px 1px 3px 2px #9bce53;
  box-shadow:         1px 1px 3px 2px #9bce53; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,206,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bce53


Comments

No comments written yet.

Please login to write comment.