Color Hex Logo

#9bed69 Color Hex

#9BED69
(155,237,105)
0 Favorites   0 Comments

Color spaces of #9bed69

RGB 155237105
HSL0.270.790.67
HSV97°56°93°
CMYK 0.350.000.56   0.07
XYZ46.351668.556924.1544
Yxy68.55690.33330.4930
Hunter Lab82.7991-44.972740.6631
CIE-Lab86.2842-47.318955.2805

#9bed69 color RGB value is (155,237,105).

#9bed69 hex color red value is 155, green value is 237 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #9bed69 hue: 0.27 , saturation: 0.79 and the lightness value of 9bed69 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101101 01101001
Octal 233 355 151
Decimal 155 237 105
Hex 9B ED 69

RGB Percentages of Color #9bed69

%31.19
%47.69
%21.13

CMYK Percentages of Color #9bed69

%35
%0
%56
%7

Triadic Colors of #9bed69

#9bed69 #699bed #ed699b

Analogous Colors of #9bed69

#9bed69 #69ed79 #dded69

Monochromatic Colors of #9bed69

#9bed69

Complementary Color

#9bed69 #bb69ed

#9bed69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bed69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bed69 Color CSS Codes

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

#9bed69 Text Font Color

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

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


#9bed69 Background Color

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

This div background color is #9bed69


#9bed69 Border Color

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

This div border color is #9bed69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bed69


Comments

No comments written yet.

Please login to write comment.