Color Hex Logo

#9eeffd Color Hex

#9EEFFD
(158,239,253)
0 Favorites   0 Comments

Color spaces of #9eeffd

RGB 158239253
HSL0.520.960.81
HSV189°38°99°
CMYK 0.380.060.00   0.01
XYZ62.696776.0940104.3116
Yxy76.09400.25790.3130
Hunter Lab87.2319-24.3614-9.8365
CIE-Lab89.9030-21.2283-14.5696

#9eeffd color RGB value is (158,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101111 11111101
Octal 236 357 375
Decimal 158 239 253
Hex 9E EF FD

RGB Percentages of Color #9eeffd

%24.31
%36.77
%38.92

CMYK Percentages of Color #9eeffd

%38
%6
%0
%1

Triadic Colors of #9eeffd

#9eeffd #fd9eef #effd9e

Analogous Colors of #9eeffd

#9eeffd #9ec0fd #9efddc

Monochromatic Colors of #9eeffd

#9eeffd

Complementary Color

#9eeffd #fdac9e

#9eeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeffd Color CSS Codes

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

#9eeffd Text Font Color

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

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


#9eeffd Background Color

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

This div background color is #9eeffd


#9eeffd Border Color

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

This div border color is #9eeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeffd

Related Colors


Comments

No comments written yet.

Please login to write comment.