Color Hex Logo

#9bedfd Color Hex

#9BEDFD
(155,237,253)
0 Favorites   0 Comments

Color spaces of #9bedfd

RGB 155237253
HSL0.530.960.80
HSV190°39°99°
CMYK 0.390.060.00   0.01
XYZ61.531474.6288104.0903
Yxy74.62880.25610.3106
Hunter Lab86.3880-24.0391-10.9679
CIE-Lab89.2188-20.9929-15.6096

#9bedfd color RGB value is (155,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101101 11111101
Octal 233 355 375
Decimal 155 237 253
Hex 9B ED FD

RGB Percentages of Color #9bedfd

%24.03
%36.74
%39.22

CMYK Percentages of Color #9bedfd

%39
%6
%0
%1

Triadic Colors of #9bedfd

#9bedfd #fd9bed #edfd9b

Analogous Colors of #9bedfd

#9bedfd #9bbcfd #9bfddc

Monochromatic Colors of #9bedfd

#9bedfd

Complementary Color

#9bedfd #fdab9b

#9bedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bedfd Color CSS Codes

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

#9bedfd Text Font Color

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

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


#9bedfd Background Color

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

This div background color is #9bedfd


#9bedfd Border Color

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

This div border color is #9bedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bedfd


Comments

No comments written yet.

Please login to write comment.