Color Hex Logo

#9dfdba Color Hex

#9DFDBA
(157,253,186)
0 Favorites   0 Comments

Color spaces of #9dfdba

RGB 157253186
HSL0.380.960.80
HSV138°38°99°
CMYK 0.380.000.26   0.01
XYZ57.892880.963859.0307
Yxy80.96380.29260.4091
Hunter Lab89.9799-42.618424.0891
CIE-Lab92.1156-42.178623.3255

#9dfdba color RGB value is (157,253,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111101 10111010
Octal 235 375 272
Decimal 157 253 186
Hex 9D FD BA

RGB Percentages of Color #9dfdba

%26.34
%42.45
%31.21

CMYK Percentages of Color #9dfdba

%38
%0
%26
%1

Triadic Colors of #9dfdba

#9dfdba #ba9dfd #fdba9d

Analogous Colors of #9dfdba

#9dfdba #9dfdea #b0fd9d

Monochromatic Colors of #9dfdba

#9dfdba

Complementary Color

#9dfdba #fd9de0

#9dfdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfdba Color CSS Codes

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

#9dfdba Text Font Color

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

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


#9dfdba Background Color

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

This div background color is #9dfdba


#9dfdba Border Color

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

This div border color is #9dfdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfdba


Comments

No comments written yet.

Please login to write comment.