Color Hex Logo

#9deabf Color Hex

#9DEABF
(157,234,191)
0 Favorites   0 Comments

Color spaces of #9deabf

RGB 157234191
HSL0.410.650.77
HSV146°33°92°
CMYK 0.330.000.18   0.08
XYZ52.731469.775359.9790
Yxy69.77530.28900.3824
Hunter Lab83.5316-33.497815.8996
CIE-Lab86.8865-32.629313.4412

#9deabf color RGB value is (157,234,191).

#9deabf hex color red value is 157, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9deabf hue: 0.41 , saturation: 0.65 and the lightness value of 9deabf is 0.77.

The process color (four color CMYK) of #9deabf color hex is 0.33, 0.00, 0.18, 0.08. Web safe color of #9deabf is #99ffcc. Color #9deabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101010 10111111
Octal 235 352 277
Decimal 157 234 191
Hex 9D EA BF

RGB Percentages of Color #9deabf

%26.98
%40.21
%32.82

CMYK Percentages of Color #9deabf

%33
%0
%18
%8

Triadic Colors of #9deabf

#9deabf #bf9dea #eabf9d

Analogous Colors of #9deabf

#9deabf #9deae6 #a2ea9d

Monochromatic Colors of #9deabf

#9deabf

Complementary Color

#9deabf #ea9dc8

#9deabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deabf Color CSS Codes

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

#9deabf Text Font Color

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

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


#9deabf Background Color

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

This div background color is #9deabf


#9deabf Border Color

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

This div border color is #9deabf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,234,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9deabf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9deabf;
  -webkit-box-shadow: 1px 1px 3px 2px #9deabf;
  box-shadow:         1px 1px 3px 2px #9deabf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,234,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deabf


Comments

No comments written yet.

Please login to write comment.