Color Hex Logo

#9bdfae Color Hex

#9BDFAE
(155,223,174)
0 Favorites   0 Comments

Color spaces of #9bdfae

RGB 155223174
HSL0.380.520.74
HSV137°30°87°
CMYK 0.300.000.22   0.13
XYZ47.545262.799949.6601
Yxy62.79990.29710.3925
Hunter Lab79.2464-31.587118.3181
CIE-Lab83.3370-31.266017.3209

#9bdfae color RGB value is (155,223,174).

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

The process color (four color CMYK) of #9bdfae color hex is 0.30, 0.00, 0.22, 0.13. Web safe color of #9bdfae is #99cc99. Color #9bdfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011111 10101110
Octal 233 337 256
Decimal 155 223 174
Hex 9B DF AE

RGB Percentages of Color #9bdfae

%28.08
%40.40
%31.52

CMYK Percentages of Color #9bdfae

%30
%0
%22
%13

Triadic Colors of #9bdfae

#9bdfae #ae9bdf #dfae9b

Analogous Colors of #9bdfae

#9bdfae #9bdfd0 #aadf9b

Monochromatic Colors of #9bdfae

#9bdfae

Complementary Color

#9bdfae #df9bcc

#9bdfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdfae Color CSS Codes

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

#9bdfae Text Font Color

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

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


#9bdfae Background Color

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

This div background color is #9bdfae


#9bdfae Border Color

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

This div border color is #9bdfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdfae


Comments

No comments written yet.

Please login to write comment.