Color Hex Logo

#9fdad8 Color Hex

#9FDAD8
(159,218,216)
0 Favorites   0 Comments

Color spaces of #9fdad8

RGB 159218216
HSL0.490.440.74
HSV178°27°85°
CMYK 0.270.000.01   0.15
XYZ51.764162.471674.2957
Yxy62.47160.27460.3314
Hunter Lab79.0390-21.4152-0.4046
CIE-Lab83.1636-19.1098-5.1034

#9fdad8 color RGB value is (159,218,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011010 11011000
Octal 237 332 330
Decimal 159 218 216
Hex 9F DA D8

RGB Percentages of Color #9fdad8

%26.81
%36.76
%36.42

CMYK Percentages of Color #9fdad8

%27
%0
%1
%15

Triadic Colors of #9fdad8

#9fdad8 #d89fda #dad89f

Analogous Colors of #9fdad8

#9fdad8 #9fbfda #9fdabb

Monochromatic Colors of #9fdad8

#9fdad8

Complementary Color

#9fdad8 #da9fa1

#9fdad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdad8 Color CSS Codes

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

#9fdad8 Text Font Color

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

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


#9fdad8 Background Color

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

This div background color is #9fdad8


#9fdad8 Border Color

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

This div border color is #9fdad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdad8


Comments

No comments written yet.

Please login to write comment.