Color Hex Logo

#9be0ff Color Hex

#9BE0FF
(155,224,255)
0 Favorites   0 Comments

Color spaces of #9be0ff

RGB 155224255
HSL0.551.000.80
HSV199°39°100°
CMYK 0.390.120.00   0.00
XYZ58.223267.4999104.5678
Yxy67.49990.25280.2931
Hunter Lab82.1583-17.2793-17.9511
CIE-Lab85.7558-13.9608-21.8812

#9be0ff color RGB value is (155,224,255).

#9be0ff hex color red value is 155, green value is 224 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9be0ff hue: 0.55 , saturation: 1.00 and the lightness value of 9be0ff is 0.80.

The process color (four color CMYK) of #9be0ff color hex is 0.39, 0.12, 0.00, 0.00. Web safe color of #9be0ff is #99ccff. Color #9be0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11100000 11111111
Octal 233 340 377
Decimal 155 224 255
Hex 9B E0 FF

RGB Percentages of Color #9be0ff

%24.45
%35.33
%40.22

CMYK Percentages of Color #9be0ff

%39
%12
%0
%0

Triadic Colors of #9be0ff

#9be0ff #ff9be0 #e0ff9b

Analogous Colors of #9be0ff

#9be0ff #9baeff #9bffec

Monochromatic Colors of #9be0ff

#9be0ff

Complementary Color

#9be0ff #ffba9b

#9be0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be0ff Color CSS Codes

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

#9be0ff Text Font Color

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

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


#9be0ff Background Color

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

This div background color is #9be0ff


#9be0ff Border Color

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

This div border color is #9be0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be0ff


Comments

No comments written yet.

Please login to write comment.