Color Hex Logo

#9be1ba Color Hex

#9BE1BA
(155,225,186)
0 Favorites   0 Comments

Color spaces of #9be1ba

RGB 155225186
HSL0.410.540.75
HSV147°31°88°
CMYK 0.310.000.17   0.12
XYZ49.305764.364256.2792
Yxy64.36420.29010.3787
Hunter Lab80.2273-30.696114.5674
CIE-Lab84.1550-29.952412.1746

#9be1ba color RGB value is (155,225,186).

#9be1ba hex color red value is 155, green value is 225 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9be1ba hue: 0.41 , saturation: 0.54 and the lightness value of 9be1ba is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100001 10111010
Octal 233 341 272
Decimal 155 225 186
Hex 9B E1 BA

RGB Percentages of Color #9be1ba

%27.39
%39.75
%32.86

CMYK Percentages of Color #9be1ba

%31
%0
%17
%12

Triadic Colors of #9be1ba

#9be1ba #ba9be1 #e1ba9b

Analogous Colors of #9be1ba

#9be1ba #9be1dd #9fe19b

Monochromatic Colors of #9be1ba

#9be1ba

Complementary Color

#9be1ba #e19bc2

#9be1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be1ba Color CSS Codes

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

#9be1ba Text Font Color

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

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


#9be1ba Background Color

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

This div background color is #9be1ba


#9be1ba Border Color

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

This div border color is #9be1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be1ba


Comments

No comments written yet.

Please login to write comment.