Color Hex Logo

#9bd466 Color Hex

#9BD466
(155,212,102)
0 Favorites   0 Comments

Color spaces of #9bd466

RGB 155212102
HSL0.250.560.62
HSV91°52°83°
CMYK 0.270.000.52   0.17
XYZ39.459355.014821.1096
Yxy55.01480.34140.4760
Hunter Lab74.1720-34.839435.0462
CIE-Lab79.0498-36.699048.1248

#9bd466 color RGB value is (155,212,102).

#9bd466 hex color red value is 155, green value is 212 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #9bd466 hue: 0.25 , saturation: 0.56 and the lightness value of 9bd466 is 0.62.

The process color (four color CMYK) of #9bd466 color hex is 0.27, 0.00, 0.52, 0.17. Web safe color of #9bd466 is #99cc66. Color #9bd466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010100 01100110
Octal 233 324 146
Decimal 155 212 102
Hex 9B D4 66

RGB Percentages of Color #9bd466

%33.05
%45.20
%21.75

CMYK Percentages of Color #9bd466

%27
%0
%52
%17

Triadic Colors of #9bd466

#9bd466 #669bd4 #d4669b

Analogous Colors of #9bd466

#9bd466 #66d468 #d2d466

Monochromatic Colors of #9bd466

#9bd466

Complementary Color

#9bd466 #9f66d4

#9bd466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd466 Color CSS Codes

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

#9bd466 Text Font Color

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

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


#9bd466 Background Color

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

This div background color is #9bd466


#9bd466 Border Color

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

This div border color is #9bd466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd466


Comments

No comments written yet.

Please login to write comment.