Color Hex Logo

#9bebfc Color Hex

#9BEBFC
(155,235,252)
0 Favorites   0 Comments

Color spaces of #9bebfc

RGB 155235252
HSL0.530.940.80
HSV191°38°99°
CMYK 0.380.070.00   0.01
XYZ60.796673.4135103.0614
Yxy73.41350.25620.3094
Hunter Lab85.6817-23.2858-11.3392
CIE-Lab88.6446-20.2462-15.9484

#9bebfc color RGB value is (155,235,252).

#9bebfc hex color red value is 155, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9bebfc hue: 0.53 , saturation: 0.94 and the lightness value of 9bebfc is 0.80.

The process color (four color CMYK) of #9bebfc color hex is 0.38, 0.07, 0.00, 0.01. Web safe color of #9bebfc is #99ffff. Color #9bebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101011 11111100
Octal 233 353 374
Decimal 155 235 252
Hex 9B EB FC

RGB Percentages of Color #9bebfc

%24.14
%36.60
%39.25

CMYK Percentages of Color #9bebfc

%38
%7
%0
%1

Triadic Colors of #9bebfc

#9bebfc #fc9beb #ebfc9b

Analogous Colors of #9bebfc

#9bebfc #9bbbfc #9bfcdd

Monochromatic Colors of #9bebfc

#9bebfc

Complementary Color

#9bebfc #fcac9b

#9bebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bebfc Color CSS Codes

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

#9bebfc Text Font Color

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

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


#9bebfc Background Color

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

This div background color is #9bebfc


#9bebfc Border Color

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

This div border color is #9bebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.