Color Hex Logo

#9bae63 Color Hex

#9BAE63
(155,174,99)
0 Favorites   0 Comments

Color spaces of #9bae63

RGB 15517499
HSL0.210.320.54
HSV75°43°68°
CMYK 0.110.000.43   0.32
XYZ30.905838.141517.5375
Yxy38.14150.35690.4405
Hunter Lab61.7588-18.751626.3947
CIE-Lab68.1248-18.782036.2251

#9bae63 color RGB value is (155,174,99).

#9bae63 hex color red value is 155, green value is 174 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #9bae63 hue: 0.21 , saturation: 0.32 and the lightness value of 9bae63 is 0.54.

The process color (four color CMYK) of #9bae63 color hex is 0.11, 0.00, 0.43, 0.32. Web safe color of #9bae63 is #999966. Color #9bae63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101110 01100011
Octal 233 256 143
Decimal 155 174 99
Hex 9B AE 63

RGB Percentages of Color #9bae63

%36.21
%40.65
%23.13

CMYK Percentages of Color #9bae63

%11
%0
%43
%32

Triadic Colors of #9bae63

#9bae63 #639bae #ae639b

Analogous Colors of #9bae63

#9bae63 #76ae63 #ae9c63

Monochromatic Colors of #9bae63

#9bae63

Complementary Color

#9bae63 #7663ae

#9bae63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bae63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bae63 Color CSS Codes

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

#9bae63 Text Font Color

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

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


#9bae63 Background Color

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

This div background color is #9bae63


#9bae63 Border Color

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

This div border color is #9bae63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bae63


Comments

No comments written yet.

Please login to write comment.