Color Hex Logo

#9be149 Color Hex

#9BE149
(155,225,73)
0 Favorites   0 Comments

Color spaces of #9be149

RGB 15522573
HSL0.240.720.58
HSV88°68°88°
CMYK 0.310.000.68   0.12
XYZ41.645461.300015.9405
Yxy61.30000.35030.5156
Hunter Lab78.2943-42.069442.7347
CIE-Lab82.5398-44.977164.4872

#9be149 color RGB value is (155,225,73).

#9be149 hex color red value is 155, green value is 225 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #9be149 hue: 0.24 , saturation: 0.72 and the lightness value of 9be149 is 0.58.

The process color (four color CMYK) of #9be149 color hex is 0.31, 0.00, 0.68, 0.12. Web safe color of #9be149 is #99cc33. Color #9be149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100001 01001001
Octal 233 341 111
Decimal 155 225 73
Hex 9B E1 49

RGB Percentages of Color #9be149

%34.22
%49.67
%16.11

CMYK Percentages of Color #9be149

%31
%0
%68
%12

Triadic Colors of #9be149

#9be149 #499be1 #e1499b

Analogous Colors of #9be149

#9be149 #4fe149 #e1db49

Monochromatic Colors of #9be149

#9be149

Complementary Color

#9be149 #8f49e1

#9be149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be149 Color CSS Codes

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

#9be149 Text Font Color

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

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


#9be149 Background Color

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

This div background color is #9be149


#9be149 Border Color

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

This div border color is #9be149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be149

#9be149 Color Palettes


Comments

No comments written yet.

Please login to write comment.