Color Hex Logo

#9febec Color Hex

#9FEBEC
(159,235,236)
0 Favorites   0 Comments

Color spaces of #9febec

RGB 159235236
HSL0.500.670.77
HSV181°33°93°
CMYK 0.330.000.00   0.07
XYZ59.146772.843790.2998
Yxy72.84370.26610.3277
Hunter Lab85.3485-25.6590-2.9856
CIE-Lab88.3731-23.0091-7.9516

#9febec color RGB value is (159,235,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101011 11101100
Octal 237 353 354
Decimal 159 235 236
Hex 9F EB EC

RGB Percentages of Color #9febec

%25.24
%37.30
%37.46

CMYK Percentages of Color #9febec

%33
%0
%0
%7

Triadic Colors of #9febec

#9febec #ec9feb #ebec9f

Analogous Colors of #9febec

#9febec #9fc5ec #9fecc7

Monochromatic Colors of #9febec

#9febec

Complementary Color

#9febec #eca09f

#9febec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9febec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9febec Color CSS Codes

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

#9febec Text Font Color

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

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


#9febec Background Color

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

This div background color is #9febec


#9febec Border Color

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

This div border color is #9febec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9febec


Comments

No comments written yet.

Please login to write comment.