Color Hex Logo

#9ecdfc Color Hex

#9ECDFC
(158,205,252)
0 Favorites   0 Comments

Color spaces of #9ecdfc

RGB 158205252
HSL0.580.940.80
HSV210°37°99°
CMYK 0.370.190.00   0.01
XYZ53.502657.9600100.4630
Yxy57.96000.25250.2735
Hunter Lab76.1315-7.7863-24.9470
CIE-Lab80.7165-4.0413-27.9530

#9ecdfc color RGB value is (158,205,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001101 11111100
Octal 236 315 374
Decimal 158 205 252
Hex 9E CD FC

RGB Percentages of Color #9ecdfc

%25.69
%33.33
%40.98

CMYK Percentages of Color #9ecdfc

%37
%19
%0
%1

Triadic Colors of #9ecdfc

#9ecdfc #fc9ecd #cdfc9e

Analogous Colors of #9ecdfc

#9ecdfc #9e9efc #9efcfc

Monochromatic Colors of #9ecdfc

#9ecdfc

Complementary Color

#9ecdfc #fccd9e

#9ecdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecdfc Color CSS Codes

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

#9ecdfc Text Font Color

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

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


#9ecdfc Background Color

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

This div background color is #9ecdfc


#9ecdfc Border Color

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

This div border color is #9ecdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecdfc


Comments

No comments written yet.

Please login to write comment.