Color Hex Logo

#9ecbff Color Hex

#9ECBFF
(158,203,255)
1 Favorites   0 Comments

Color spaces of #9ecbff

RGB 158203255
HSL0.591.000.81
HSV212°38°100°
CMYK 0.380.200.00   0.00
XYZ53.506557.2010102.8285
Yxy57.20100.25060.2679
Hunter Lab75.6313-6.0724-27.6688
CIE-Lab80.2925-2.2035-30.2005

#9ecbff color RGB value is (158,203,255).

#9ecbff hex color red value is 158, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9ecbff hue: 0.59 , saturation: 1.00 and the lightness value of 9ecbff is 0.81.

The process color (four color CMYK) of #9ecbff color hex is 0.38, 0.20, 0.00, 0.00. Web safe color of #9ecbff is #99ccff. Color #9ecbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001011 11111111
Octal 236 313 377
Decimal 158 203 255
Hex 9E CB FF

RGB Percentages of Color #9ecbff

%25.65
%32.95
%41.40

CMYK Percentages of Color #9ecbff

%38
%20
%0
%0

Triadic Colors of #9ecbff

#9ecbff #ff9ecb #cbff9e

Analogous Colors of #9ecbff

#9ecbff #a29eff #9efcff

Monochromatic Colors of #9ecbff

#9ecbff

Complementary Color

#9ecbff #ffd29e

#9ecbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecbff Color CSS Codes

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

#9ecbff Text Font Color

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

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


#9ecbff Background Color

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

This div background color is #9ecbff


#9ecbff Border Color

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

This div border color is #9ecbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecbff

Related Colors


Comments

No comments written yet.

Please login to write comment.