Color Hex Logo

#9bcafe Color Hex

#9BCAFE
(155,202,254)
0 Favorites   0 Comments

Color spaces of #9bcafe

RGB 155202254
HSL0.590.980.80
HSV212°39°100°
CMYK 0.390.200.00   0.00
XYZ52.527556.3654101.8770
Yxy56.36540.24920.2674
Hunter Lab75.0769-6.4972-27.9009
CIE-Lab79.8213-2.7060-30.4058

#9bcafe color RGB value is (155,202,254).

#9bcafe hex color red value is 155, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9bcafe hue: 0.59 , saturation: 0.98 and the lightness value of 9bcafe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001010 11111110
Octal 233 312 376
Decimal 155 202 254
Hex 9B CA FE

RGB Percentages of Color #9bcafe

%25.37
%33.06
%41.57

CMYK Percentages of Color #9bcafe

%39
%20
%0
%0

Triadic Colors of #9bcafe

#9bcafe #fe9bca #cafe9b

Analogous Colors of #9bcafe

#9bcafe #9e9bfe #9bfcfe

Monochromatic Colors of #9bcafe

#9bcafe

Complementary Color

#9bcafe #fecf9b

#9bcafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcafe Color CSS Codes

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

#9bcafe Text Font Color

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

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


#9bcafe Background Color

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

This div background color is #9bcafe


#9bcafe Border Color

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

This div border color is #9bcafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcafe


Comments

No comments written yet.

Please login to write comment.