Color Hex Logo

#9defba Color Hex

#9DEFBA
(157,239,186)
0 Favorites   0 Comments

Color spaces of #9defba

RGB 157239186
HSL0.390.720.78
HSV141°34°94°
CMYK 0.340.000.22   0.06
XYZ53.634172.446357.6111
Yxy72.44630.29200.3944
Hunter Lab85.1154-36.473019.4498
CIE-Lab88.1830-35.886217.8630

#9defba color RGB value is (157,239,186).

#9defba hex color red value is 157, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9defba hue: 0.39 , saturation: 0.72 and the lightness value of 9defba is 0.78.

The process color (four color CMYK) of #9defba color hex is 0.34, 0.00, 0.22, 0.06. Web safe color of #9defba is #99ffcc. Color #9defba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101111 10111010
Octal 235 357 272
Decimal 157 239 186
Hex 9D EF BA

RGB Percentages of Color #9defba

%26.98
%41.07
%31.96

CMYK Percentages of Color #9defba

%34
%0
%22
%6

Triadic Colors of #9defba

#9defba #ba9def #efba9d

Analogous Colors of #9defba

#9defba #9defe3 #a9ef9d

Monochromatic Colors of #9defba

#9defba

Complementary Color

#9defba #ef9dd2

#9defba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9defba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9defba Color CSS Codes

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

#9defba Text Font Color

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

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


#9defba Background Color

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

This div background color is #9defba


#9defba Border Color

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

This div border color is #9defba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,239,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 #9defba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9defba


Comments

No comments written yet.

Please login to write comment.