Color Hex Logo

#9ecaeb Color Hex

#9ECAEB
(158,202,235)
0 Favorites   0 Comments

Color spaces of #9ecaeb

RGB 158202235
HSL0.570.660.77
HSV206°33°92°
CMYK 0.330.140.00   0.08
XYZ50.216555.508386.6647
Yxy55.50830.26100.2885
Hunter Lab74.5039-10.0707-16.8148
CIE-Lab79.3332-6.7097-20.9817

#9ecaeb color RGB value is (158,202,235).

#9ecaeb hex color red value is 158, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9ecaeb hue: 0.57 , saturation: 0.66 and the lightness value of 9ecaeb is 0.77.

The process color (four color CMYK) of #9ecaeb color hex is 0.33, 0.14, 0.00, 0.08. Web safe color of #9ecaeb is #99ccff. Color #9ecaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001010 11101011
Octal 236 312 353
Decimal 158 202 235
Hex 9E CA EB

RGB Percentages of Color #9ecaeb

%26.55
%33.95
%39.50

CMYK Percentages of Color #9ecaeb

%33
%14
%0
%8

Triadic Colors of #9ecaeb

#9ecaeb #eb9eca #caeb9e

Analogous Colors of #9ecaeb

#9ecaeb #9ea4eb #9eebe6

Monochromatic Colors of #9ecaeb

#9ecaeb

Complementary Color

#9ecaeb #ebbf9e

#9ecaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecaeb Color CSS Codes

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

#9ecaeb Text Font Color

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

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


#9ecaeb Background Color

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

This div background color is #9ecaeb


#9ecaeb Border Color

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

This div border color is #9ecaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecaeb


Comments

No comments written yet.

Please login to write comment.