Color Hex Logo

#9edffa Color Hex

#9EDFFA
(158,223,250)
0 Favorites   0 Comments

Color spaces of #9edffa

RGB 158223250
HSL0.550.900.80
HSV198°37°98°
CMYK 0.370.110.00   0.02
XYZ57.743566.9466100.3211
Yxy66.94660.25660.2975
Hunter Lab81.8209-17.2137-15.4212
CIE-Lab85.4770-13.9285-19.6537

#9edffa color RGB value is (158,223,250).

#9edffa hex color red value is 158, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9edffa hue: 0.55 , saturation: 0.90 and the lightness value of 9edffa is 0.80.

The process color (four color CMYK) of #9edffa color hex is 0.37, 0.11, 0.00, 0.02. Web safe color of #9edffa is #99ccff. Color #9edffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011111 11111010
Octal 236 337 372
Decimal 158 223 250
Hex 9E DF FA

RGB Percentages of Color #9edffa

%25.04
%35.34
%39.62

CMYK Percentages of Color #9edffa

%37
%11
%0
%2

Triadic Colors of #9edffa

#9edffa #fa9edf #dffa9e

Analogous Colors of #9edffa

#9edffa #9eb1fa #9efae7

Monochromatic Colors of #9edffa

#9edffa

Complementary Color

#9edffa #fab99e

#9edffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edffa Color CSS Codes

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

#9edffa Text Font Color

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

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


#9edffa Background Color

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

This div background color is #9edffa


#9edffa Border Color

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

This div border color is #9edffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edffa


Comments

No comments written yet.

Please login to write comment.