Color Hex Logo

#9edfba Color Hex

#9EDFBA
(158,223,186)
0 Favorites   0 Comments

Color spaces of #9edfba

RGB 158223186
HSL0.410.500.75
HSV146°29°87°
CMYK 0.290.000.17   0.13
XYZ49.351263.589656.1273
Yxy63.58960.29190.3761
Hunter Lab79.7431-29.080814.0888
CIE-Lab83.7516-28.090111.6236

#9edfba color RGB value is (158,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 10111010
Octal 236 337 272
Decimal 158 223 186
Hex 9E DF BA

RGB Percentages of Color #9edfba

%27.87
%39.33
%32.80

CMYK Percentages of Color #9edfba

%29
%0
%17
%13

Triadic Colors of #9edfba

#9edfba #ba9edf #dfba9e

Analogous Colors of #9edfba

#9edfba #9edfdb #a3df9e

Monochromatic Colors of #9edfba

#9edfba

Complementary Color

#9edfba #df9ec3

#9edfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edfba Color CSS Codes

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

#9edfba Text Font Color

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

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


#9edfba Background Color

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

This div background color is #9edfba


#9edfba Border Color

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

This div border color is #9edfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edfba


Comments

No comments written yet.

Please login to write comment.