Color Hex Logo

#9dbdfb Color Hex

#9DBDFB
(157,189,251)
0 Favorites   0 Comments

Color spaces of #9dbdfb

RGB 157189251
HSL0.610.920.80
HSV220°37°98°
CMYK 0.370.250.00   0.02
XYZ49.514850.528398.4100
Yxy50.52830.24950.2546
Hunter Lab71.0833-0.0571-32.3247
CIE-Lab76.39244.0744-34.0730

#9dbdfb color RGB value is (157,189,251).

#9dbdfb hex color red value is 157, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9dbdfb hue: 0.61 , saturation: 0.92 and the lightness value of 9dbdfb is 0.80.

The process color (four color CMYK) of #9dbdfb color hex is 0.37, 0.25, 0.00, 0.02. Web safe color of #9dbdfb is #99ccff. Color #9dbdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111101 11111011
Octal 235 275 373
Decimal 157 189 251
Hex 9D BD FB

RGB Percentages of Color #9dbdfb

%26.30
%31.66
%42.04

CMYK Percentages of Color #9dbdfb

%37
%25
%0
%2

Triadic Colors of #9dbdfb

#9dbdfb #fb9dbd #bdfb9d

Analogous Colors of #9dbdfb

#9dbdfb #ac9dfb #9decfb

Monochromatic Colors of #9dbdfb

#9dbdfb

Complementary Color

#9dbdfb #fbdb9d

#9dbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbdfb Color CSS Codes

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

#9dbdfb Text Font Color

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

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


#9dbdfb Background Color

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

This div background color is #9dbdfb


#9dbdfb Border Color

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

This div border color is #9dbdfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,189,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.