Color Hex Logo

#9eeafc Color Hex

#9EEAFC
(158,234,252)
0 Favorites   0 Comments

Color spaces of #9eeafc

RGB 158234252
HSL0.530.940.80
HSV191°37°99°
CMYK 0.370.070.00   0.01
XYZ61.094173.1430102.9935
Yxy73.14300.25750.3083
Hunter Lab85.5237-22.1544-11.5345
CIE-Lab88.5159-18.9900-16.1272

#9eeafc color RGB value is (158,234,252).

#9eeafc hex color red value is 158, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9eeafc hue: 0.53 , saturation: 0.94 and the lightness value of 9eeafc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101010 11111100
Octal 236 352 374
Decimal 158 234 252
Hex 9E EA FC

RGB Percentages of Color #9eeafc

%24.53
%36.34
%39.13

CMYK Percentages of Color #9eeafc

%37
%7
%0
%1

Triadic Colors of #9eeafc

#9eeafc #fc9eea #eafc9e

Analogous Colors of #9eeafc

#9eeafc #9ebbfc #9efcdf

Monochromatic Colors of #9eeafc

#9eeafc

Complementary Color

#9eeafc #fcb09e

#9eeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeafc Color CSS Codes

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

#9eeafc Text Font Color

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

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


#9eeafc Background Color

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

This div background color is #9eeafc


#9eeafc Border Color

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

This div border color is #9eeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeafc


Comments

No comments written yet.

Please login to write comment.