color codes Logo

#9ecee6 color codes

#9ECEE6
(158,206,230)
1 Favorites   0 Comments

Color spaces of #9ecee6

RGB 158206230
HSL0.560.590.76
HSV200°31°90°
CMYK 0.310.100.00   0.10
XYZ50.454857.124983.2299
Yxy57.12490.26440.2994
Hunter Lab75.5810-13.1075-12.3835
CIE-Lab80.2498-10.0224-16.9195

#9ecee6 color RGB value is (158,206,230).

#9ecee6 hex color red value is 158, green value is 206 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #9ecee6 hue: 0.56 , saturation: 0.59 and the lightness value of 9ecee6 is 0.76.

The process color (four color CMYK) of #9ecee6 color code is 0.31, 0.10, 0.00, 0.10. Web safe color of #9ecee6 is #99ccff. Color #9ecee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001110 11100110
Octal 236 316 346
Decimal 158 206 230
Hex 9E CE E6

RGB Percentages of Color #9ecee6

%26.60
%34.68
%38.72

CMYK Percentages of Color #9ecee6

%31
%10
%0
%10

Triadic Colors of #9ecee6

#9ecee6 #e69ece #cee69e

Analogous Colors of #9ecee6

#9ecee6 #9eaae6 #9ee6da

Monochromatic Colors of #9ecee6

#9ecee6

Complementary Color

#9ecee6 #e6b69e

#9ecee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecee6 Color CSS Codes

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

#9ecee6 Text Font Color

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

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


#9ecee6 Background Color

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

This div background color is #9ecee6


#9ecee6 Border Color

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

This div border color is #9ecee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecee6


Comments

No comments written yet.

Please login to write comment.