Color Hex Logo

#9eefff Color Hex

#9EEFFF
(158,239,255)
0 Favorites   0 Comments

Color spaces of #9eefff

RGB 158239255
HSL0.531.000.81
HSV190°38°100°
CMYK 0.380.060.00   0.00
XYZ63.017176.2221105.9987
Yxy76.22210.25700.3108
Hunter Lab87.3053-23.9426-10.8712
CIE-Lab89.9624-20.7442-15.5245

#9eefff color RGB value is (158,239,255).

#9eefff hex color red value is 158, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9eefff hue: 0.53 , saturation: 1.00 and the lightness value of 9eefff is 0.81.

The process color (four color CMYK) of #9eefff color hex is 0.38, 0.06, 0.00, 0.00. Web safe color of #9eefff is #99ffff. Color #9eefff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101111 11111111
Octal 236 357 377
Decimal 158 239 255
Hex 9E EF FF

RGB Percentages of Color #9eefff

%24.23
%36.66
%39.11

CMYK Percentages of Color #9eefff

%38
%6
%0
%0

Triadic Colors of #9eefff

#9eefff #ff9eef #efff9e

Analogous Colors of #9eefff

#9eefff #9ebfff #9effdf

Monochromatic Colors of #9eefff

#9eefff

Complementary Color

#9eefff #ffae9e

#9eefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eefff Color CSS Codes

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

#9eefff Text Font Color

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

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


#9eefff Background Color

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

This div background color is #9eefff


#9eefff Border Color

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

This div border color is #9eefff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,239,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9eefff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9eefff;
  -webkit-box-shadow: 1px 1px 3px 2px #9eefff;
  box-shadow:         1px 1px 3px 2px #9eefff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,239,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eefff

Related Colors


Comments

No comments written yet.

Please login to write comment.