Color Hex Logo

#9dbbfe Color Hex

#9DBBFE
(157,187,254)
0 Favorites   0 Comments

Color spaces of #9dbbfe

RGB 157187254
HSL0.620.980.81
HSV221°38°100°
CMYK 0.380.260.00   0.00
XYZ49.564349.8645100.7784
Yxy49.86450.24760.2491
Hunter Lab70.61481.7127-35.1858
CIE-Lab75.98605.9600-36.3127

#9dbbfe color RGB value is (157,187,254).

#9dbbfe hex color red value is 157, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9dbbfe hue: 0.62 , saturation: 0.98 and the lightness value of 9dbbfe is 0.81.

The process color (four color CMYK) of #9dbbfe color hex is 0.38, 0.26, 0.00, 0.00. Web safe color of #9dbbfe is #99ccff. Color #9dbbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111011 11111110
Octal 235 273 376
Decimal 157 187 254
Hex 9D BB FE

RGB Percentages of Color #9dbbfe

%26.25
%31.27
%42.47

CMYK Percentages of Color #9dbbfe

%38
%26
%0
%0

Triadic Colors of #9dbbfe

#9dbbfe #fe9dbb #bbfe9d

Analogous Colors of #9dbbfe

#9dbbfe #b09dfe #9decfe

Monochromatic Colors of #9dbbfe

#9dbbfe

Complementary Color

#9dbbfe #fee09d

#9dbbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbbfe Color CSS Codes

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

#9dbbfe Text Font Color

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

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


#9dbbfe Background Color

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

This div background color is #9dbbfe


#9dbbfe Border Color

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

This div border color is #9dbbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.