Color Hex Logo

#9dfdea Color Hex

#9DFDEA
(157,253,234)
0 Favorites   0 Comments

Color spaces of #9dfdea

RGB 157253234
HSL0.470.960.80
HSV168°38°99°
CMYK 0.380.000.08   0.01
XYZ63.881283.359290.5649
Yxy83.35920.26860.3505
Hunter Lab91.3013-34.88525.0991
CIE-Lab93.1715-32.59280.1377

#9dfdea color RGB value is (157,253,234).

#9dfdea hex color red value is 157, green value is 253 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9dfdea hue: 0.47 , saturation: 0.96 and the lightness value of 9dfdea is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111101 11101010
Octal 235 375 352
Decimal 157 253 234
Hex 9D FD EA

RGB Percentages of Color #9dfdea

%24.38
%39.29
%36.34

CMYK Percentages of Color #9dfdea

%38
%0
%8
%1

Triadic Colors of #9dfdea

#9dfdea #ea9dfd #fdea9d

Analogous Colors of #9dfdea

#9dfdea #9de0fd #9dfdba

Monochromatic Colors of #9dfdea

#9dfdea

Complementary Color

#9dfdea #fd9db0

#9dfdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfdea Color CSS Codes

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

#9dfdea Text Font Color

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

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


#9dfdea Background Color

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

This div background color is #9dfdea


#9dfdea Border Color

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

This div border color is #9dfdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfdea

Related Colors


Comments

No comments written yet.

Please login to write comment.