Color Hex Logo

#9bd9df Color Hex

#9BD9DF
(155,217,223)
0 Favorites   0 Comments

Color spaces of #9bd9df

RGB 155217223
HSL0.510.520.74
HSV185°30°87°
CMYK 0.300.030.00   0.13
XYZ51.649761.922079.0419
Yxy61.92200.26820.3215
Hunter Lab78.6905-20.5473-4.4714
CIE-Lab82.8719-18.1536-9.2785

#9bd9df color RGB value is (155,217,223).

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

The process color (four color CMYK) of #9bd9df color hex is 0.30, 0.03, 0.00, 0.13. Web safe color of #9bd9df is #99cccc. Color #9bd9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011001 11011111
Octal 233 331 337
Decimal 155 217 223
Hex 9B D9 DF

RGB Percentages of Color #9bd9df

%26.05
%36.47
%37.48

CMYK Percentages of Color #9bd9df

%30
%3
%0
%13

Triadic Colors of #9bd9df

#9bd9df #df9bd9 #d9df9b

Analogous Colors of #9bd9df

#9bd9df #9bb7df #9bdfc3

Monochromatic Colors of #9bd9df

#9bd9df

Complementary Color

#9bd9df #dfa19b

#9bd9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd9df Color CSS Codes

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

#9bd9df Text Font Color

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

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


#9bd9df Background Color

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

This div background color is #9bd9df


#9bd9df Border Color

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

This div border color is #9bd9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd9df


Comments

No comments written yet.

Please login to write comment.