Color Hex Logo

#9bdeae Color Hex

#9BDEAE
(155,222,174)
0 Favorites   0 Comments

Color spaces of #9bdeae

RGB 155222174
HSL0.380.500.74
HSV137°30°87°
CMYK 0.300.000.22   0.13
XYZ47.278862.267149.5713
Yxy62.26710.29710.3913
Hunter Lab78.9095-31.143017.9904
CIE-Lab83.0553-30.794416.9269

#9bdeae color RGB value is (155,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011110 10101110
Octal 233 336 256
Decimal 155 222 174
Hex 9B DE AE

RGB Percentages of Color #9bdeae

%28.13
%40.29
%31.58

CMYK Percentages of Color #9bdeae

%30
%0
%22
%13

Triadic Colors of #9bdeae

#9bdeae #ae9bde #deae9b

Analogous Colors of #9bdeae

#9bdeae #9bded0 #aade9b

Monochromatic Colors of #9bdeae

#9bdeae

Complementary Color

#9bdeae #de9bcb

#9bdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdeae Color CSS Codes

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

#9bdeae Text Font Color

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

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


#9bdeae Background Color

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

This div background color is #9bdeae


#9bdeae Border Color

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

This div border color is #9bdeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdeae


Comments

No comments written yet.

Please login to write comment.