Color Hex Logo

#9bceff Color Hex

#9BCEFF
(155,206,255)
0 Favorites   0 Comments

Color spaces of #9bceff

RGB 155206255
HSL0.581.000.80
HSV209°39°100°
CMYK 0.390.190.00   0.00
XYZ53.638958.3312103.0397
Yxy58.33120.24950.2713
Hunter Lab76.3749-8.2935-26.5276
CIE-Lab80.9226-4.5791-29.2484

#9bceff color RGB value is (155,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001110 11111111
Octal 233 316 377
Decimal 155 206 255
Hex 9B CE FF

RGB Percentages of Color #9bceff

%25.16
%33.44
%41.40

CMYK Percentages of Color #9bceff

%39
%19
%0
%0

Triadic Colors of #9bceff

#9bceff #ff9bce #ceff9b

Analogous Colors of #9bceff

#9bceff #9b9cff #9bfffe

Monochromatic Colors of #9bceff

#9bceff

Complementary Color

#9bceff #ffcc9b

#9bceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bceff Color CSS Codes

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

#9bceff Text Font Color

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

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


#9bceff Background Color

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

This div background color is #9bceff


#9bceff Border Color

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

This div border color is #9bceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bceff


Comments

No comments written yet.

Please login to write comment.