Color Hex Logo

#9fdabc Color Hex

#9FDABC
(159,218,188)
1 Favorites   0 Comments

Color spaces of #9fdabc

RGB 159218188
HSL0.420.440.74
HSV149°27°85°
CMYK 0.270.000.14   0.15
XYZ48.446661.144656.8256
Yxy61.14460.29110.3674
Hunter Lab78.1950-26.249611.6495
CIE-Lab82.4564-24.97788.7282

#9fdabc color RGB value is (159,218,188).

#9fdabc hex color red value is 159, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9fdabc hue: 0.42 , saturation: 0.44 and the lightness value of 9fdabc is 0.74.

The process color (four color CMYK) of #9fdabc color hex is 0.27, 0.00, 0.14, 0.15. Web safe color of #9fdabc is #99cccc. Color #9fdabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011010 10111100
Octal 237 332 274
Decimal 159 218 188
Hex 9F DA BC

RGB Percentages of Color #9fdabc

%28.14
%38.58
%33.27

CMYK Percentages of Color #9fdabc

%27
%0
%14
%15

Triadic Colors of #9fdabc

#9fdabc #bc9fda #dabc9f

Analogous Colors of #9fdabc

#9fdabc #9fdada #a0da9f

Monochromatic Colors of #9fdabc

#9fdabc

Complementary Color

#9fdabc #da9fbd

#9fdabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdabc Color CSS Codes

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

#9fdabc Text Font Color

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

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


#9fdabc Background Color

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

This div background color is #9fdabc


#9fdabc Border Color

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

This div border color is #9fdabc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,218,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fdabc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fdabc;
  -webkit-box-shadow: 1px 1px 3px 2px #9fdabc;
  box-shadow:         1px 1px 3px 2px #9fdabc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,218,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdabc


Comments

No comments written yet.

Please login to write comment.