Color Hex Logo

#9ecaed Color Hex

#9ECAED
(158,202,237)
0 Favorites   0 Comments

Color spaces of #9ecaed

RGB 158202237
HSL0.570.690.77
HSV207°33°93°
CMYK 0.330.150.00   0.07
XYZ50.507155.624688.1954
Yxy55.62460.25990.2862
Hunter Lab74.5819-9.6376-17.9049
CIE-Lab79.3997-6.2183-21.9518

#9ecaed color RGB value is (158,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001010 11101101
Octal 236 312 355
Decimal 158 202 237
Hex 9E CA ED

RGB Percentages of Color #9ecaed

%26.47
%33.84
%39.70

CMYK Percentages of Color #9ecaed

%33
%15
%0
%7

Triadic Colors of #9ecaed

#9ecaed #ed9eca #caed9e

Analogous Colors of #9ecaed

#9ecaed #9ea3ed #9eede9

Monochromatic Colors of #9ecaed

#9ecaed

Complementary Color

#9ecaed #edc19e

#9ecaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecaed Color CSS Codes

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

#9ecaed Text Font Color

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

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


#9ecaed Background Color

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

This div background color is #9ecaed


#9ecaed Border Color

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

This div border color is #9ecaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecaed


Comments

No comments written yet.

Please login to write comment.