Color Hex Logo

#9dbeef Color Hex

#9DBEEF
(157,190,239)
0 Favorites   0 Comments

Color spaces of #9dbeef

RGB 157190239
HSL0.600.720.78
HSV216°34°94°
CMYK 0.340.210.00   0.06
XYZ47.898150.227088.8316
Yxy50.22700.25620.2687
Hunter Lab70.8710-3.3852-24.7059
CIE-Lab76.20840.4403-27.9013

#9dbeef color RGB value is (157,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111110 11101111
Octal 235 276 357
Decimal 157 190 239
Hex 9D BE EF

RGB Percentages of Color #9dbeef

%26.79
%32.42
%40.78

CMYK Percentages of Color #9dbeef

%34
%21
%0
%6

Triadic Colors of #9dbeef

#9dbeef #ef9dbe #beef9d

Analogous Colors of #9dbeef

#9dbeef #a59def #9de7ef

Monochromatic Colors of #9dbeef

#9dbeef

Complementary Color

#9dbeef #efce9d

#9dbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbeef Color CSS Codes

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

#9dbeef Text Font Color

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

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


#9dbeef Background Color

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

This div background color is #9dbeef


#9dbeef Border Color

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

This div border color is #9dbeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbeef


Comments

No comments written yet.

Please login to write comment.