Color Hex Logo

#9dbfef Color Hex

#9DBFEF
(157,191,239)
0 Favorites   0 Comments

Color spaces of #9dbfef

RGB 157191239
HSL0.600.720.78
HSV215°34°94°
CMYK 0.340.200.00   0.06
XYZ48.115450.661788.9041
Yxy50.66170.25640.2699
Hunter Lab71.1770-3.8945-24.2326
CIE-Lab76.4736-0.1022-27.4948

#9dbfef color RGB value is (157,191,239).

#9dbfef hex color red value is 157, green value is 191 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9dbfef hue: 0.60 , saturation: 0.72 and the lightness value of 9dbfef is 0.78.

The process color (four color CMYK) of #9dbfef color hex is 0.34, 0.20, 0.00, 0.06. Web safe color of #9dbfef is #99ccff. Color #9dbfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111111 11101111
Octal 235 277 357
Decimal 157 191 239
Hex 9D BF EF

RGB Percentages of Color #9dbfef

%26.75
%32.54
%40.72

CMYK Percentages of Color #9dbfef

%34
%20
%0
%6

Triadic Colors of #9dbfef

#9dbfef #ef9dbf #bfef9d

Analogous Colors of #9dbfef

#9dbfef #a49def #9de8ef

Monochromatic Colors of #9dbfef

#9dbfef

Complementary Color

#9dbfef #efcd9d

#9dbfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbfef Color CSS Codes

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

#9dbfef Text Font Color

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

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


#9dbfef Background Color

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

This div background color is #9dbfef


#9dbfef Border Color

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

This div border color is #9dbfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbfef


Comments

No comments written yet.

Please login to write comment.