Color Hex Logo

#9bd6de Color Hex

#9BD6DE
(155,214,222)
0 Favorites   0 Comments

Color spaces of #9bd6de

RGB 155214222
HSL0.520.500.74
HSV187°30°87°
CMYK 0.300.040.00   0.13
XYZ50.749060.335678.0784
Yxy60.33560.26830.3190
Hunter Lab77.6760-19.3114-5.2240
CIE-Lab82.0203-16.8684-10.0135

#9bd6de color RGB value is (155,214,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010110 11011110
Octal 233 326 336
Decimal 155 214 222
Hex 9B D6 DE

RGB Percentages of Color #9bd6de

%26.23
%36.21
%37.56

CMYK Percentages of Color #9bd6de

%30
%4
%0
%13

Triadic Colors of #9bd6de

#9bd6de #de9bd6 #d6de9b

Analogous Colors of #9bd6de

#9bd6de #9bb5de #9bdec5

Monochromatic Colors of #9bd6de

#9bd6de

Complementary Color

#9bd6de #dea39b

#9bd6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd6de Color CSS Codes

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

#9bd6de Text Font Color

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

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


#9bd6de Background Color

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

This div background color is #9bd6de


#9bd6de Border Color

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

This div border color is #9bd6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd6de


Comments

No comments written yet.

Please login to write comment.