Color Hex Logo

#9eddfd Color Hex

#9EDDFD
(158,221,253)
0 Favorites   0 Comments

Color spaces of #9eddfd

RGB 158221253
HSL0.560.960.81
HSV200°38°99°
CMYK 0.380.130.00   0.01
XYZ57.686666.0739102.6416
Yxy66.07390.25480.2918
Hunter Lab81.2859-15.5731-17.9668
CIE-Lab85.0341-12.1587-21.9064

#9eddfd color RGB value is (158,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011101 11111101
Octal 236 335 375
Decimal 158 221 253
Hex 9E DD FD

RGB Percentages of Color #9eddfd

%25.00
%34.97
%40.03

CMYK Percentages of Color #9eddfd

%38
%13
%0
%1

Triadic Colors of #9eddfd

#9eddfd #fd9edd #ddfd9e

Analogous Colors of #9eddfd

#9eddfd #9eaefd #9efdee

Monochromatic Colors of #9eddfd

#9eddfd

Complementary Color

#9eddfd #fdbe9e

#9eddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eddfd Color CSS Codes

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

#9eddfd Text Font Color

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

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


#9eddfd Background Color

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

This div background color is #9eddfd


#9eddfd Border Color

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

This div border color is #9eddfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,221,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 #9eddfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eddfd


Comments

No comments written yet.

Please login to write comment.