Color Hex Logo

#9edfed Color Hex

#9EDFED
(158,223,237)
0 Favorites   0 Comments

Color spaces of #9edfed

RGB 158223237
HSL0.530.690.77
HSV191°33°93°
CMYK 0.330.060.00   0.07
XYZ55.774366.158989.9511
Yxy66.15890.26320.3122
Hunter Lab81.3381-19.9426-8.6316
CIE-Lab85.0774-17.0759-13.3917

#9edfed color RGB value is (158,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 11101101
Octal 236 337 355
Decimal 158 223 237
Hex 9E DF ED

RGB Percentages of Color #9edfed

%25.57
%36.08
%38.35

CMYK Percentages of Color #9edfed

%33
%6
%0
%7

Triadic Colors of #9edfed

#9edfed #ed9edf #dfed9e

Analogous Colors of #9edfed

#9edfed #9eb8ed #9eedd4

Monochromatic Colors of #9edfed

#9edfed

Complementary Color

#9edfed #edac9e

#9edfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edfed Color CSS Codes

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

#9edfed Text Font Color

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

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


#9edfed Background Color

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

This div background color is #9edfed


#9edfed Border Color

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

This div border color is #9edfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edfed


Comments

No comments written yet.

Please login to write comment.