Color Hex Logo

#9ecffb Color Hex

#9ECFFB
(158,207,251)
0 Favorites   0 Comments

Color spaces of #9ecffb

RGB 158207251
HSL0.580.920.80
HSV208°37°98°
CMYK 0.370.180.00   0.02
XYZ53.826058.859899.7909
Yxy58.85980.25330.2770
Hunter Lab76.7201-9.0266-23.4152
CIE-Lab81.2145-5.3574-26.6594

#9ecffb color RGB value is (158,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001111 11111011
Octal 236 317 373
Decimal 158 207 251
Hex 9E CF FB

RGB Percentages of Color #9ecffb

%25.65
%33.60
%40.75

CMYK Percentages of Color #9ecffb

%37
%18
%0
%2

Triadic Colors of #9ecffb

#9ecffb #fb9ecf #cffb9e

Analogous Colors of #9ecffb

#9ecffb #9ea1fb #9efbf9

Monochromatic Colors of #9ecffb

#9ecffb

Complementary Color

#9ecffb #fbca9e

#9ecffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecffb Color CSS Codes

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

#9ecffb Text Font Color

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

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


#9ecffb Background Color

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

This div background color is #9ecffb


#9ecffb Border Color

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

This div border color is #9ecffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecffb


Comments

No comments written yet.

Please login to write comment.