Color Hex Logo

#9be8ec Color Hex

#9BE8EC
(155,232,236)
0 Favorites   0 Comments

Color spaces of #9be8ec

RGB 155232236
HSL0.510.680.77
HSV183°34°93°
CMYK 0.340.020.00   0.07
XYZ57.514570.737989.9793
Yxy70.73790.26350.3241
Hunter Lab84.1058-25.1207-4.5564
CIE-Lab87.3575-22.5949-9.4801

#9be8ec color RGB value is (155,232,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101000 11101100
Octal 233 350 354
Decimal 155 232 236
Hex 9B E8 EC

RGB Percentages of Color #9be8ec

%24.88
%37.24
%37.88

CMYK Percentages of Color #9be8ec

%34
%2
%0
%7

Triadic Colors of #9be8ec

#9be8ec #ec9be8 #e8ec9b

Analogous Colors of #9be8ec

#9be8ec #9bc0ec #9becc8

Monochromatic Colors of #9be8ec

#9be8ec

Complementary Color

#9be8ec #ec9f9b

#9be8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9be8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9be8ec Color CSS Codes

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

#9be8ec Text Font Color

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

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


#9be8ec Background Color

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

This div background color is #9be8ec


#9be8ec Border Color

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

This div border color is #9be8ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,232,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 #9be8ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9be8ec


Comments

No comments written yet.

Please login to write comment.