Color Hex Logo

#9fdbae Color Hex

#9FDBAE
(159,219,174)
0 Favorites   0 Comments

Color spaces of #9fdbae

RGB 159219174
HSL0.380.450.74
HSV135°27°86°
CMYK 0.270.000.21   0.14
XYZ47.269661.090049.3446
Yxy61.09000.29970.3874
Hunter Lab78.1601-28.827117.2807
CIE-Lab82.4271-28.112516.0788

#9fdbae color RGB value is (159,219,174).

#9fdbae hex color red value is 159, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9fdbae hue: 0.38 , saturation: 0.45 and the lightness value of 9fdbae is 0.74.

The process color (four color CMYK) of #9fdbae color hex is 0.27, 0.00, 0.21, 0.14. Web safe color of #9fdbae is #99cc99. Color #9fdbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011011 10101110
Octal 237 333 256
Decimal 159 219 174
Hex 9F DB AE

RGB Percentages of Color #9fdbae

%28.80
%39.67
%31.52

CMYK Percentages of Color #9fdbae

%27
%0
%21
%14

Triadic Colors of #9fdbae

#9fdbae #ae9fdb #dbae9f

Analogous Colors of #9fdbae

#9fdbae #9fdbcc #aedb9f

Monochromatic Colors of #9fdbae

#9fdbae

Complementary Color

#9fdbae #db9fcc

#9fdbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdbae Color CSS Codes

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

#9fdbae Text Font Color

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

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


#9fdbae Background Color

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

This div background color is #9fdbae


#9fdbae Border Color

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

This div border color is #9fdbae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,219,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fdbae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fdbae;
  -webkit-box-shadow: 1px 1px 3px 2px #9fdbae;
  box-shadow:         1px 1px 3px 2px #9fdbae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,219,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdbae


Comments

No comments written yet.

Please login to write comment.