Color Hex Logo

#9ecefd Color Hex

#9ECEFD
(158,206,253)
0 Favorites   0 Comments

Color spaces of #9ecefd

RGB 158206253
HSL0.580.960.81
HSV210°38°99°
CMYK 0.380.190.00   0.01
XYZ53.901558.5036101.3799
Yxy58.50360.25210.2737
Hunter Lab76.4876-8.0629-25.0441
CIE-Lab81.0180-4.3171-28.0239

#9ecefd color RGB value is (158,206,253).

#9ecefd hex color red value is 158, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9ecefd hue: 0.58 , saturation: 0.96 and the lightness value of 9ecefd is 0.81.

The process color (four color CMYK) of #9ecefd color hex is 0.38, 0.19, 0.00, 0.01. Web safe color of #9ecefd is #99ccff. Color #9ecefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001110 11111101
Octal 236 316 375
Decimal 158 206 253
Hex 9E CE FD

RGB Percentages of Color #9ecefd

%25.61
%33.39
%41.00

CMYK Percentages of Color #9ecefd

%38
%19
%0
%1

Triadic Colors of #9ecefd

#9ecefd #fd9ece #cefd9e

Analogous Colors of #9ecefd

#9ecefd #9e9ffd #9efdfd

Monochromatic Colors of #9ecefd

#9ecefd

Complementary Color

#9ecefd #fdcd9e

#9ecefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecefd Color CSS Codes

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

#9ecefd Text Font Color

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

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


#9ecefd Background Color

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

This div background color is #9ecefd


#9ecefd Border Color

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

This div border color is #9ecefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecefd


Comments

No comments written yet.

Please login to write comment.