Color Hex Logo

#9bebec Color Hex

#9BEBEC
(155,235,236)
0 Favorites   0 Comments

Color spaces of #9bebec

RGB 155235236
HSL0.500.680.77
HSV181°34°93°
CMYK 0.340.000.00   0.07
XYZ58.366272.441490.2632
Yxy72.44140.26400.3277
Hunter Lab85.1125-26.5399-3.2992
CIE-Lab88.1806-24.0654-8.2581

#9bebec color RGB value is (155,235,236).

#9bebec hex color red value is 155, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9bebec hue: 0.50 , saturation: 0.68 and the lightness value of 9bebec is 0.77.

The process color (four color CMYK) of #9bebec color hex is 0.34, 0.00, 0.00, 0.07. Web safe color of #9bebec is #99ffff. Color #9bebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101011 11101100
Octal 233 353 354
Decimal 155 235 236
Hex 9B EB EC

RGB Percentages of Color #9bebec

%24.76
%37.54
%37.70

CMYK Percentages of Color #9bebec

%34
%0
%0
%7

Triadic Colors of #9bebec

#9bebec #ec9beb #ebec9b

Analogous Colors of #9bebec

#9bebec #9bc3ec #9becc5

Monochromatic Colors of #9bebec

#9bebec

Complementary Color

#9bebec #ec9c9b

#9bebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bebec Color CSS Codes

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

#9bebec Text Font Color

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

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


#9bebec Background Color

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

This div background color is #9bebec


#9bebec Border Color

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

This div border color is #9bebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bebec


Comments

No comments written yet.

Please login to write comment.