Color Hex Logo

#9bbfea Color Hex

#9BBFEA
(155,191,234)
0 Favorites   0 Comments

Color spaces of #9bbfea

RGB 155191234
HSL0.590.650.76
HSV213°34°92°
CMYK 0.340.180.00   0.08
XYZ46.999750.170785.0487
Yxy50.17070.25790.2753
Hunter Lab70.8313-5.5121-21.6089
CIE-Lab76.1739-1.9145-25.2694

#9bbfea color RGB value is (155,191,234).

#9bbfea hex color red value is 155, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9bbfea hue: 0.59 , saturation: 0.65 and the lightness value of 9bbfea is 0.76.

The process color (four color CMYK) of #9bbfea color hex is 0.34, 0.18, 0.00, 0.08. Web safe color of #9bbfea is #99ccff. Color #9bbfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111111 11101010
Octal 233 277 352
Decimal 155 191 234
Hex 9B BF EA

RGB Percentages of Color #9bbfea

%26.72
%32.93
%40.34

CMYK Percentages of Color #9bbfea

%34
%18
%0
%8

Triadic Colors of #9bbfea

#9bbfea #ea9bbf #bfea9b

Analogous Colors of #9bbfea

#9bbfea #9f9bea #9be7ea

Monochromatic Colors of #9bbfea

#9bbfea

Complementary Color

#9bbfea #eac69b

#9bbfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbfea Color CSS Codes

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

#9bbfea Text Font Color

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

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


#9bbfea Background Color

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

This div background color is #9bbfea


#9bbfea Border Color

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

This div border color is #9bbfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbfea


Comments

No comments written yet.

Please login to write comment.