Color Hex Logo

#9edfcb Color Hex

#9EDFCB
(158,223,203)
0 Favorites   0 Comments

Color spaces of #9edfcb

RGB 158223203
HSL0.450.500.75
HSV162°29°87°
CMYK 0.290.000.09   0.13
XYZ51.267764.356366.2198
Yxy64.35630.28190.3539
Hunter Lab80.2224-26.31527.2146
CIE-Lab84.1509-24.67503.2249

#9edfcb color RGB value is (158,223,203).

#9edfcb hex color red value is 158, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9edfcb hue: 0.45 , saturation: 0.50 and the lightness value of 9edfcb is 0.75.

The process color (four color CMYK) of #9edfcb color hex is 0.29, 0.00, 0.09, 0.13. Web safe color of #9edfcb is #99cccc. Color #9edfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 11001011
Octal 236 337 313
Decimal 158 223 203
Hex 9E DF CB

RGB Percentages of Color #9edfcb

%27.05
%38.18
%34.76

CMYK Percentages of Color #9edfcb

%29
%0
%9
%13

Triadic Colors of #9edfcb

#9edfcb #cb9edf #dfcb9e

Analogous Colors of #9edfcb

#9edfcb #9ed3df #9edfab

Monochromatic Colors of #9edfcb

#9edfcb

Complementary Color

#9edfcb #df9eb2

#9edfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edfcb Color CSS Codes

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

#9edfcb Text Font Color

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

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


#9edfcb Background Color

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

This div background color is #9edfcb


#9edfcb Border Color

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

This div border color is #9edfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edfcb


Comments

No comments written yet.

Please login to write comment.