Color Hex Logo

#9bdabf Color Hex

#9BDABF
(155,218,191)
1 Favorites   0 Comments

Color spaces of #9bdabf

RGB 155218191
HSL0.430.460.73
HSV154°29°85°
CMYK 0.290.000.12   0.15
XYZ47.992960.873058.5104
Yxy60.87300.28670.3637
Hunter Lab78.0212-26.736910.1515
CIE-Lab82.3104-25.59926.9006

#9bdabf color RGB value is (155,218,191).

#9bdabf hex color red value is 155, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9bdabf hue: 0.43 , saturation: 0.46 and the lightness value of 9bdabf is 0.73.

The process color (four color CMYK) of #9bdabf color hex is 0.29, 0.00, 0.12, 0.15. Web safe color of #9bdabf is #99cccc. Color #9bdabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011010 10111111
Octal 233 332 277
Decimal 155 218 191
Hex 9B DA BF

RGB Percentages of Color #9bdabf

%27.48
%38.65
%33.87

CMYK Percentages of Color #9bdabf

%29
%0
%12
%15

Triadic Colors of #9bdabf

#9bdabf #bf9bda #dabf9b

Analogous Colors of #9bdabf

#9bdabf #9bd6da #9bdaa0

Monochromatic Colors of #9bdabf

#9bdabf

Complementary Color

#9bdabf #da9bb6

#9bdabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdabf Color CSS Codes

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

#9bdabf Text Font Color

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

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


#9bdabf Background Color

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

This div background color is #9bdabf


#9bdabf Border Color

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

This div border color is #9bdabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,218,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdabf

#9bdabf Color Palettes


Comments

No comments written yet.

Please login to write comment.