Color Hex Logo

#9bfeeb Color Hex

#9BFEEB
(155,254,235)
0 Favorites   0 Comments

Color spaces of #9bfeeb

RGB 155254235
HSL0.470.980.80
HSV168°39°100°
CMYK 0.390.000.07   0.00
XYZ63.954883.850391.4112
Yxy83.85030.26740.3505
Hunter Lab91.5698-35.57804.9116
CIE-Lab93.3854-33.3469-0.0774

#9bfeeb color RGB value is (155,254,235).

#9bfeeb hex color red value is 155, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9bfeeb hue: 0.47 , saturation: 0.98 and the lightness value of 9bfeeb is 0.80.

The process color (four color CMYK) of #9bfeeb color hex is 0.39, 0.00, 0.07, 0.00. Web safe color of #9bfeeb is #99ffff. Color #9bfeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111110 11101011
Octal 233 376 353
Decimal 155 254 235
Hex 9B FE EB

RGB Percentages of Color #9bfeeb

%24.07
%39.44
%36.49

CMYK Percentages of Color #9bfeeb

%39
%0
%7
%0

Triadic Colors of #9bfeeb

#9bfeeb #eb9bfe #feeb9b

Analogous Colors of #9bfeeb

#9bfeeb #9be0fe #9bfeba

Monochromatic Colors of #9bfeeb

#9bfeeb

Complementary Color

#9bfeeb #fe9bae

#9bfeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bfeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bfeeb Color CSS Codes

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

#9bfeeb Text Font Color

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

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


#9bfeeb Background Color

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

This div background color is #9bfeeb


#9bfeeb Border Color

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

This div border color is #9bfeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bfeeb


Comments

No comments written yet.

Please login to write comment.