Color Hex Logo

#9eccf9 Color Hex

#9ECCF9
(158,204,249)
0 Favorites   0 Comments

Color spaces of #9eccf9

RGB 158204249
HSL0.580.880.80
HSV210°37°98°
CMYK 0.370.180.00   0.02
XYZ52.792357.294497.8990
Yxy57.29440.25380.2755
Hunter Lab75.6931-7.9676-23.6987
CIE-Lab80.3449-4.2745-26.9231

#9eccf9 color RGB value is (158,204,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001100 11111001
Octal 236 314 371
Decimal 158 204 249
Hex 9E CC F9

RGB Percentages of Color #9eccf9

%25.86
%33.39
%40.75

CMYK Percentages of Color #9eccf9

%37
%18
%0
%2

Triadic Colors of #9eccf9

#9eccf9 #f99ecc #ccf99e

Analogous Colors of #9eccf9

#9eccf9 #9e9ff9 #9ef9f9

Monochromatic Colors of #9eccf9

#9eccf9

Complementary Color

#9eccf9 #f9cb9e

#9eccf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eccf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eccf9 Color CSS Codes

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

#9eccf9 Text Font Color

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

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


#9eccf9 Background Color

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

This div background color is #9eccf9


#9eccf9 Border Color

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

This div border color is #9eccf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eccf9


Comments

No comments written yet.

Please login to write comment.