Color Hex Logo

#9bedff Color Hex

#9BEDFF
(155,237,255)
0 Favorites   0 Comments

Color spaces of #9bedff

RGB 155237255
HSL0.531.000.80
HSV191°39°100°
CMYK 0.390.070.00   0.00
XYZ61.851874.7569105.7773
Yxy74.75690.25520.3084
Hunter Lab86.4621-23.6163-12.0117
CIE-Lab89.2790-20.5028-16.5646

#9bedff color RGB value is (155,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101101 11111111
Octal 233 355 377
Decimal 155 237 255
Hex 9B ED FF

RGB Percentages of Color #9bedff

%23.96
%36.63
%39.41

CMYK Percentages of Color #9bedff

%39
%7
%0
%0

Triadic Colors of #9bedff

#9bedff #ff9bed #edff9b

Analogous Colors of #9bedff

#9bedff #9bbbff #9bffdf

Monochromatic Colors of #9bedff

#9bedff

Complementary Color

#9bedff #ffad9b

#9bedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bedff Color CSS Codes

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

#9bedff Text Font Color

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

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


#9bedff Background Color

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

This div background color is #9bedff


#9bedff Border Color

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

This div border color is #9bedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bedff

Related Colors

#9bedff Color Palettes


Comments

No comments written yet.

Please login to write comment.