Color Hex Logo

#9ecdfa Color Hex

#9ECDFA
(158,205,250)
0 Favorites   0 Comments

Color spaces of #9ecdfa

RGB 158205250
HSL0.580.900.80
HSV209°37°98°
CMYK 0.370.180.00   0.02
XYZ53.187257.833998.8023
Yxy57.83390.25350.2756
Hunter Lab76.0486-8.2450-23.7955
CIE-Lab80.6464-4.5516-26.9952

#9ecdfa color RGB value is (158,205,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001101 11111010
Octal 236 315 372
Decimal 158 205 250
Hex 9E CD FA

RGB Percentages of Color #9ecdfa

%25.77
%33.44
%40.78

CMYK Percentages of Color #9ecdfa

%37
%18
%0
%2

Triadic Colors of #9ecdfa

#9ecdfa #fa9ecd #cdfa9e

Analogous Colors of #9ecdfa

#9ecdfa #9e9ffa #9efaf9

Monochromatic Colors of #9ecdfa

#9ecdfa

Complementary Color

#9ecdfa #facb9e

#9ecdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecdfa Color CSS Codes

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

#9ecdfa Text Font Color

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

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


#9ecdfa Background Color

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

This div background color is #9ecdfa


#9ecdfa Border Color

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

This div border color is #9ecdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecdfa


Comments

No comments written yet.

Please login to write comment.