Color Hex Logo

#9bf5ed Color Hex

#9BF5ED
(155,245,237)
0 Favorites   0 Comments

Color spaces of #9bf5ed

RGB 155245237
HSL0.490.820.78
HSV175°37°96°
CMYK 0.370.000.03   0.04
XYZ61.456078.387892.0120
Yxy78.38780.26510.3381
Hunter Lab88.5369-31.03760.3587
CIE-Lab90.9566-28.6599-4.6776

#9bf5ed color RGB value is (155,245,237).

#9bf5ed hex color red value is 155, green value is 245 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9bf5ed hue: 0.49 , saturation: 0.82 and the lightness value of 9bf5ed is 0.78.

The process color (four color CMYK) of #9bf5ed color hex is 0.37, 0.00, 0.03, 0.04. Web safe color of #9bf5ed is #99ffff. Color #9bf5ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11110101 11101101
Octal 233 365 355
Decimal 155 245 237
Hex 9B F5 ED

RGB Percentages of Color #9bf5ed

%24.33
%38.46
%37.21

CMYK Percentages of Color #9bf5ed

%37
%0
%3
%4

Triadic Colors of #9bf5ed

#9bf5ed #ed9bf5 #f5ed9b

Analogous Colors of #9bf5ed

#9bf5ed #9bd0f5 #9bf5c0

Monochromatic Colors of #9bf5ed

#9bf5ed

Complementary Color

#9bf5ed #f59ba3

#9bf5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bf5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bf5ed Color CSS Codes

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

#9bf5ed Text Font Color

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

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


#9bf5ed Background Color

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

This div background color is #9bf5ed


#9bf5ed Border Color

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

This div border color is #9bf5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bf5ed


Comments

No comments written yet.

Please login to write comment.