Color Hex Logo

#9dfeee Color Hex

#9DFEEE
(157,254,238)
0 Favorites   0 Comments

Color spaces of #9dfeee

RGB 157254238
HSL0.470.980.81
HSV170°38°100°
CMYK 0.380.000.06   0.00
XYZ64.779184.224893.7317
Yxy84.22480.26690.3470
Hunter Lab91.7741-34.60973.6871
CIE-Lab93.5481-32.1735-1.3802

#9dfeee color RGB value is (157,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111110 11101110
Octal 235 376 356
Decimal 157 254 238
Hex 9D FE EE

RGB Percentages of Color #9dfeee

%24.19
%39.14
%36.67

CMYK Percentages of Color #9dfeee

%38
%0
%6
%0

Triadic Colors of #9dfeee

#9dfeee #ee9dfe #feee9d

Analogous Colors of #9dfeee

#9dfeee #9ddefe #9dfebe

Monochromatic Colors of #9dfeee

#9dfeee

Complementary Color

#9dfeee #fe9dad

#9dfeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfeee Color CSS Codes

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

#9dfeee Text Font Color

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

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


#9dfeee Background Color

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

This div background color is #9dfeee


#9dfeee Border Color

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

This div border color is #9dfeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,254,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfeee


Comments

No comments written yet.

Please login to write comment.