Color Hex Logo

#9bedfe Color Hex

#9BEDFE
(155,237,254)
0 Favorites   0 Comments

Color spaces of #9bedfe

RGB 155237254
HSL0.530.980.80
HSV190°39°100°
CMYK 0.390.070.00   0.00
XYZ61.691174.6927104.9316
Yxy74.69270.25560.3095
Hunter Lab86.4249-23.8283-11.4886
CIE-Lab89.2489-20.7484-16.0872

#9bedfe color RGB value is (155,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101101 11111110
Octal 233 355 376
Decimal 155 237 254
Hex 9B ED FE

RGB Percentages of Color #9bedfe

%23.99
%36.69
%39.32

CMYK Percentages of Color #9bedfe

%39
%7
%0
%0

Triadic Colors of #9bedfe

#9bedfe #fe9bed #edfe9b

Analogous Colors of #9bedfe

#9bedfe #9bbcfe #9bfede

Monochromatic Colors of #9bedfe

#9bedfe

Complementary Color

#9bedfe #feac9b

#9bedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bedfe Color CSS Codes

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

#9bedfe Text Font Color

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

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


#9bedfe Background Color

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

This div background color is #9bedfe


#9bedfe Border Color

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

This div border color is #9bedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bedfe


Comments

No comments written yet.

Please login to write comment.