Color Hex Logo

#9edceb Color Hex

#9EDCEB
(158,220,235)
0 Favorites   0 Comments

Color spaces of #9edceb

RGB 158220235
HSL0.530.660.77
HSV192°33°92°
CMYK 0.330.060.00   0.08
XYZ54.689164.453788.1556
Yxy64.45370.26380.3109
Hunter Lab80.2831-18.9005-8.9058
CIE-Lab84.2014-16.0329-13.6449

#9edceb color RGB value is (158,220,235).

#9edceb hex color red value is 158, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9edceb hue: 0.53 , saturation: 0.66 and the lightness value of 9edceb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011100 11101011
Octal 236 334 353
Decimal 158 220 235
Hex 9E DC EB

RGB Percentages of Color #9edceb

%25.77
%35.89
%38.34

CMYK Percentages of Color #9edceb

%33
%6
%0
%8

Triadic Colors of #9edceb

#9edceb #eb9edc #dceb9e

Analogous Colors of #9edceb

#9edceb #9eb6eb #9eebd4

Monochromatic Colors of #9edceb

#9edceb

Complementary Color

#9edceb #ebad9e

#9edceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edceb Color CSS Codes

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

#9edceb Text Font Color

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

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


#9edceb Background Color

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

This div background color is #9edceb


#9edceb Border Color

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

This div border color is #9edceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edceb


Comments

No comments written yet.

Please login to write comment.