Color Hex Logo

#9bceea Color Hex

#9BCEEA
(155,206,234)
0 Favorites   0 Comments

Color spaces of #9bceea

RGB 155206234
HSL0.560.650.76
HSV201°34°92°
CMYK 0.340.120.00   0.08
XYZ50.440257.051786.1955
Yxy57.05170.26040.2946
Hunter Lab75.5326-12.9808-14.7872
CIE-Lab80.2087-9.8842-19.1371

#9bceea color RGB value is (155,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 11101010
Octal 233 316 352
Decimal 155 206 234
Hex 9B CE EA

RGB Percentages of Color #9bceea

%26.05
%34.62
%39.33

CMYK Percentages of Color #9bceea

%34
%12
%0
%8

Triadic Colors of #9bceea

#9bceea #ea9bce #ceea9b

Analogous Colors of #9bceea

#9bceea #9ba7ea #9beadf

Monochromatic Colors of #9bceea

#9bceea

Complementary Color

#9bceea #eab79b

#9bceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bceea Color CSS Codes

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

#9bceea Text Font Color

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

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


#9bceea Background Color

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

This div background color is #9bceea


#9bceea Border Color

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

This div border color is #9bceea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,206,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 #9bceea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bceea


Comments

No comments written yet.

Please login to write comment.