Color Hex Logo

#9beec5 Color Hex

#9BEEC5
(155,238,197)
0 Favorites   0 Comments

Color spaces of #9beec5

RGB 155238197
HSL0.420.710.77
HSV150°35°93°
CMYK 0.350.000.17   0.07
XYZ54.170172.148963.8944
Yxy72.14890.28480.3793
Hunter Lab84.9405-34.809014.8589
CIE-Lab88.0402-33.899011.9377

#9beec5 color RGB value is (155,238,197).

#9beec5 hex color red value is 155, green value is 238 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #9beec5 hue: 0.42 , saturation: 0.71 and the lightness value of 9beec5 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101110 11000101
Octal 233 356 305
Decimal 155 238 197
Hex 9B EE C5

RGB Percentages of Color #9beec5

%26.27
%40.34
%33.39

CMYK Percentages of Color #9beec5

%35
%0
%17
%7

Triadic Colors of #9beec5

#9beec5 #c59bee #eec59b

Analogous Colors of #9beec5

#9beec5 #9beeee #9bee9c

Monochromatic Colors of #9beec5

#9beec5

Complementary Color

#9beec5 #ee9bc4

#9beec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beec5 Color CSS Codes

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

#9beec5 Text Font Color

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

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


#9beec5 Background Color

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

This div background color is #9beec5


#9beec5 Border Color

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

This div border color is #9beec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beec5


Comments

No comments written yet.

Please login to write comment.