Color Hex Logo

#9dfad4 Color Hex

#9DFAD4
(157,250,212)
0 Favorites   0 Comments

Color spaces of #9dfad4

RGB 157250212
HSL0.430.900.80
HSV155°37°98°
CMYK 0.370.000.15   0.02
XYZ59.973980.292874.6245
Yxy80.29280.27910.3736
Hunter Lab89.6062-37.340013.3474
CIE-Lab91.8161-35.86879.5554

#9dfad4 color RGB value is (157,250,212).

#9dfad4 hex color red value is 157, green value is 250 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #9dfad4 hue: 0.43 , saturation: 0.90 and the lightness value of 9dfad4 is 0.80.

The process color (four color CMYK) of #9dfad4 color hex is 0.37, 0.00, 0.15, 0.02. Web safe color of #9dfad4 is #99ffcc. Color #9dfad4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111010 11010100
Octal 235 372 324
Decimal 157 250 212
Hex 9D FA D4

RGB Percentages of Color #9dfad4

%25.36
%40.39
%34.25

CMYK Percentages of Color #9dfad4

%37
%0
%15
%2

Triadic Colors of #9dfad4

#9dfad4 #d49dfa #fad49d

Analogous Colors of #9dfad4

#9dfad4 #9df2fa #9dfaa6

Monochromatic Colors of #9dfad4

#9dfad4

Complementary Color

#9dfad4 #fa9dc3

#9dfad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfad4 Color CSS Codes

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

#9dfad4 Text Font Color

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

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


#9dfad4 Background Color

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

This div background color is #9dfad4


#9dfad4 Border Color

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

This div border color is #9dfad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfad4

Related Colors


Comments

No comments written yet.

Please login to write comment.