Color Hex Logo

#9dfeed Color Hex

#9DFEED
(157,254,237)
0 Favorites   0 Comments

Color spaces of #9dfeed

RGB 157254237
HSL0.470.980.81
HSV169°38°100°
CMYK 0.380.000.07   0.00
XYZ64.632584.166192.9600
Yxy84.16610.26730.3481
Hunter Lab91.7421-34.79504.1424
CIE-Lab93.5226-32.3960-0.9006

#9dfeed color RGB value is (157,254,237).

#9dfeed hex color red value is 157, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9dfeed hue: 0.47 , saturation: 0.98 and the lightness value of 9dfeed is 0.81.

The process color (four color CMYK) of #9dfeed color hex is 0.38, 0.00, 0.07, 0.00. Web safe color of #9dfeed is #99ffff. Color #9dfeed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111110 11101101
Octal 235 376 355
Decimal 157 254 237
Hex 9D FE ED

RGB Percentages of Color #9dfeed

%24.23
%39.20
%36.57

CMYK Percentages of Color #9dfeed

%38
%0
%7
%0

Triadic Colors of #9dfeed

#9dfeed #ed9dfe #feed9d

Analogous Colors of #9dfeed

#9dfeed #9ddffe #9dfebd

Monochromatic Colors of #9dfeed

#9dfeed

Complementary Color

#9dfeed #fe9dae

#9dfeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfeed Color CSS Codes

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

#9dfeed Text Font Color

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

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


#9dfeed Background Color

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

This div background color is #9dfeed


#9dfeed Border Color

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

This div border color is #9dfeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfeed


Comments

No comments written yet.

Please login to write comment.