Color Hex Logo

#9de9be Color Hex

#9DE9BE
(157,233,190)
0 Favorites   0 Comments

Color spaces of #9de9be

RGB 157233190
HSL0.410.630.76
HSV146°33°91°
CMYK 0.330.000.18   0.09
XYZ52.337869.163659.3066
Yxy69.16360.28950.3825
Hunter Lab83.1647-33.203215.9342
CIE-Lab86.5850-32.354313.5363

#9de9be color RGB value is (157,233,190).

#9de9be hex color red value is 157, green value is 233 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9de9be hue: 0.41 , saturation: 0.63 and the lightness value of 9de9be is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101001 10111110
Octal 235 351 276
Decimal 157 233 190
Hex 9D E9 BE

RGB Percentages of Color #9de9be

%27.07
%40.17
%32.76

CMYK Percentages of Color #9de9be

%33
%0
%18
%9

Triadic Colors of #9de9be

#9de9be #be9de9 #e9be9d

Analogous Colors of #9de9be

#9de9be #9de9e4 #a2e99d

Monochromatic Colors of #9de9be

#9de9be

Complementary Color

#9de9be #e99dc8

#9de9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9de9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9de9be Color CSS Codes

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

#9de9be Text Font Color

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

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


#9de9be Background Color

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

This div background color is #9de9be


#9de9be Border Color

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

This div border color is #9de9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9de9be


Comments

No comments written yet.

Please login to write comment.