Color Hex Logo

#9ebed3 Color Hex

#9EBED3
(158,190,211)
0 Favorites   0 Comments

Color spaces of #9ebed3

RGB 158190211
HSL0.570.380.72
HSV204°25°83°
CMYK 0.250.100.00   0.17
XYZ44.271948.799268.7138
Yxy48.79920.27360.3016
Hunter Lab69.8564-9.1234-9.4207
CIE-Lab75.3262-6.0629-14.0912

#9ebed3 color RGB value is (158,190,211).

#9ebed3 hex color red value is 158, green value is 190 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #9ebed3 hue: 0.57 , saturation: 0.38 and the lightness value of 9ebed3 is 0.72.

The process color (four color CMYK) of #9ebed3 color hex is 0.25, 0.10, 0.00, 0.17. Web safe color of #9ebed3 is #99cccc. Color #9ebed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10111110 11010011
Octal 236 276 323
Decimal 158 190 211
Hex 9E BE D3

RGB Percentages of Color #9ebed3

%28.26
%33.99
%37.75

CMYK Percentages of Color #9ebed3

%25
%10
%0
%17

Triadic Colors of #9ebed3

#9ebed3 #d39ebe #bed39e

Analogous Colors of #9ebed3

#9ebed3 #9ea4d3 #9ed3ce

Monochromatic Colors of #9ebed3

#9ebed3

Complementary Color

#9ebed3 #d3b39e

#9ebed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ebed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ebed3 Color CSS Codes

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

#9ebed3 Text Font Color

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

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


#9ebed3 Background Color

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

This div background color is #9ebed3


#9ebed3 Border Color

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

This div border color is #9ebed3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,190,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ebed3


Comments

No comments written yet.

Please login to write comment.