Color Hex Logo

#9edfeb Color Hex

#9EDFEB
(158,223,235)
0 Favorites   0 Comments

Color spaces of #9edfeb

RGB 158223235
HSL0.530.660.77
HSV189°33°92°
CMYK 0.330.050.00   0.08
XYZ55.483666.042688.4205
Yxy66.04260.26430.3146
Hunter Lab81.2666-20.3482-7.6227
CIE-Lab85.0181-17.5490-12.4233

#9edfeb color RGB value is (158,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 11101011
Octal 236 337 353
Decimal 158 223 235
Hex 9E DF EB

RGB Percentages of Color #9edfeb

%25.65
%36.20
%38.15

CMYK Percentages of Color #9edfeb

%33
%5
%0
%8

Triadic Colors of #9edfeb

#9edfeb #eb9edf #dfeb9e

Analogous Colors of #9edfeb

#9edfeb #9eb9eb #9eebd1

Monochromatic Colors of #9edfeb

#9edfeb

Complementary Color

#9edfeb #ebaa9e

#9edfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edfeb Color CSS Codes

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

#9edfeb Text Font Color

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

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


#9edfeb Background Color

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

This div background color is #9edfeb


#9edfeb Border Color

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

This div border color is #9edfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edfeb


Comments

No comments written yet.

Please login to write comment.