Color Hex Logo

#9bd2eb Color Hex

#9BD2EB
(155,210,235)
0 Favorites   0 Comments

Color spaces of #9bd2eb

RGB 155210235
HSL0.550.670.76
HSV199°34°92°
CMYK 0.340.110.00   0.08
XYZ51.559659.059987.2795
Yxy59.05990.26050.2984
Hunter Lab76.8504-14.7311-13.5407
CIE-Lab81.3245-11.7211-17.9856

#9bd2eb color RGB value is (155,210,235).

#9bd2eb hex color red value is 155, green value is 210 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9bd2eb hue: 0.55 , saturation: 0.67 and the lightness value of 9bd2eb is 0.76.

The process color (four color CMYK) of #9bd2eb color hex is 0.34, 0.11, 0.00, 0.08. Web safe color of #9bd2eb is #99ccff. Color #9bd2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010010 11101011
Octal 233 322 353
Decimal 155 210 235
Hex 9B D2 EB

RGB Percentages of Color #9bd2eb

%25.83
%35.00
%39.17

CMYK Percentages of Color #9bd2eb

%34
%11
%0
%8

Triadic Colors of #9bd2eb

#9bd2eb #eb9bd2 #d2eb9b

Analogous Colors of #9bd2eb

#9bd2eb #9baaeb #9bebdc

Monochromatic Colors of #9bd2eb

#9bd2eb

Complementary Color

#9bd2eb #ebb49b

#9bd2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd2eb Color CSS Codes

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

#9bd2eb Text Font Color

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

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


#9bd2eb Background Color

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

This div background color is #9bd2eb


#9bd2eb Border Color

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

This div border color is #9bd2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd2eb


Comments

No comments written yet.

Please login to write comment.