Color Hex Logo

#9bdefe Color Hex

#9BDEFE
(155,222,254)
0 Favorites   0 Comments

Color spaces of #9bdefe

RGB 155222254
HSL0.550.980.80
HSV199°39°100°
CMYK 0.390.130.00   0.00
XYZ57.528266.3669103.5440
Yxy66.36690.25290.2918
Hunter Lab81.4659-16.5152-18.3321
CIE-Lab85.1832-13.1893-22.2223

#9bdefe color RGB value is (155,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011110 11111110
Octal 233 336 376
Decimal 155 222 254
Hex 9B DE FE

RGB Percentages of Color #9bdefe

%24.56
%35.18
%40.25

CMYK Percentages of Color #9bdefe

%39
%13
%0
%0

Triadic Colors of #9bdefe

#9bdefe #fe9bde #defe9b

Analogous Colors of #9bdefe

#9bdefe #9badfe #9bfeed

Monochromatic Colors of #9bdefe

#9bdefe

Complementary Color

#9bdefe #febb9b

#9bdefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdefe Color CSS Codes

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

#9bdefe Text Font Color

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

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


#9bdefe Background Color

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

This div background color is #9bdefe


#9bdefe Border Color

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

This div border color is #9bdefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdefe

Related Colors


Comments

No comments written yet.

Please login to write comment.