Color Hex Logo

#9ecff2 Color Hex

#9ECFF2
(158,207,242)
0 Favorites   0 Comments

Color spaces of #9ecff2

RGB 158207242
HSL0.570.760.78
HSV205°35°95°
CMYK 0.350.140.00   0.05
XYZ52.440458.305692.4946
Yxy58.30560.25800.2869
Hunter Lab76.3581-11.0384-18.3689
CIE-Lab80.9084-7.6186-22.3320

#9ecff2 color RGB value is (158,207,242).

#9ecff2 hex color red value is 158, green value is 207 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #9ecff2 hue: 0.57 , saturation: 0.76 and the lightness value of 9ecff2 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001111 11110010
Octal 236 317 362
Decimal 158 207 242
Hex 9E CF F2

RGB Percentages of Color #9ecff2

%26.03
%34.10
%39.87

CMYK Percentages of Color #9ecff2

%35
%14
%0
%5

Triadic Colors of #9ecff2

#9ecff2 #f29ecf #cff29e

Analogous Colors of #9ecff2

#9ecff2 #9ea5f2 #9ef2eb

Monochromatic Colors of #9ecff2

#9ecff2

Complementary Color

#9ecff2 #f2c19e

#9ecff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecff2 Color CSS Codes

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

#9ecff2 Text Font Color

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

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


#9ecff2 Background Color

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

This div background color is #9ecff2


#9ecff2 Border Color

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

This div border color is #9ecff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecff2


Comments

No comments written yet.

Please login to write comment.