Color Hex Logo

#9ecfec Color Hex

#9ECFEC
(158,207,236)
0 Favorites   0 Comments

Color spaces of #9ecfec

RGB 158207236
HSL0.560.670.77
HSV202°33°93°
CMYK 0.330.120.00   0.07
XYZ51.553757.950987.8253
Yxy57.95090.26130.2937
Hunter Lab76.1255-12.3358-15.1145
CIE-Lab80.7115-9.0943-19.4290

#9ecfec color RGB value is (158,207,236).

#9ecfec hex color red value is 158, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9ecfec hue: 0.56 , saturation: 0.67 and the lightness value of 9ecfec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001111 11101100
Octal 236 317 354
Decimal 158 207 236
Hex 9E CF EC

RGB Percentages of Color #9ecfec

%26.29
%34.44
%39.27

CMYK Percentages of Color #9ecfec

%33
%12
%0
%7

Triadic Colors of #9ecfec

#9ecfec #ec9ecf #cfec9e

Analogous Colors of #9ecfec

#9ecfec #9ea8ec #9eece2

Monochromatic Colors of #9ecfec

#9ecfec

Complementary Color

#9ecfec #ecbb9e

#9ecfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecfec Color CSS Codes

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

#9ecfec Text Font Color

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

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


#9ecfec Background Color

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

This div background color is #9ecfec


#9ecfec Border Color

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

This div border color is #9ecfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecfec


Comments

No comments written yet.

Please login to write comment.