Color Hex Logo

#9bebd5 Color Hex

#9BEBD5
(155,235,213)
0 Favorites   0 Comments

Color spaces of #9bebd5

RGB 155235213
HSL0.450.670.76
HSV164°34°92°
CMYK 0.340.000.09   0.08
XYZ55.236171.189373.7805
Yxy71.18930.27590.3556
Hunter Lab84.3738-30.79737.2156
CIE-Lab87.5769-29.20042.9137

#9bebd5 color RGB value is (155,235,213).

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

The process color (four color CMYK) of #9bebd5 color hex is 0.34, 0.00, 0.09, 0.08. Web safe color of #9bebd5 is #99ffcc. Color #9bebd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101011 11010101
Octal 233 353 325
Decimal 155 235 213
Hex 9B EB D5

RGB Percentages of Color #9bebd5

%25.70
%38.97
%35.32

CMYK Percentages of Color #9bebd5

%34
%0
%9
%8

Triadic Colors of #9bebd5

#9bebd5 #d59beb #ebd59b

Analogous Colors of #9bebd5

#9bebd5 #9bd9eb #9bebad

Monochromatic Colors of #9bebd5

#9bebd5

Complementary Color

#9bebd5 #eb9bb1

#9bebd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bebd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bebd5 Color CSS Codes

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

#9bebd5 Text Font Color

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

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


#9bebd5 Background Color

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

This div background color is #9bebd5


#9bebd5 Border Color

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

This div border color is #9bebd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bebd5


Comments

No comments written yet.

Please login to write comment.