Color Hex Logo

#9affc9 Color Hex

#9AFFC9
(154,255,201)
0 Favorites   0 Comments

Color spaces of #9affc9

RGB 154255201
HSL0.411.000.80
HSV148°40°100°
CMYK 0.400.000.21   0.00
XYZ59.629082.607168.0603
Yxy82.60710.28350.3928
Hunter Lab90.8884-41.946719.2236
CIE-Lab92.8422-41.115116.6542

#9affc9 color RGB value is (154,255,201).

#9affc9 hex color red value is 154, green value is 255 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #9affc9 hue: 0.41 , saturation: 1.00 and the lightness value of 9affc9 is 0.80.

The process color (four color CMYK) of #9affc9 color hex is 0.40, 0.00, 0.21, 0.00. Web safe color of #9affc9 is #99ffcc. Color #9affc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11111111 11001001
Octal 232 377 311
Decimal 154 255 201
Hex 9A FF C9

RGB Percentages of Color #9affc9

%25.25
%41.80
%32.95

CMYK Percentages of Color #9affc9

%40
%0
%21
%0

Triadic Colors of #9affc9

#9affc9 #c99aff #ffc99a

Analogous Colors of #9affc9

#9affc9 #9afffc #9eff9a

Monochromatic Colors of #9affc9

#9affc9

Complementary Color

#9affc9 #ff9ad0

#9affc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9affc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9affc9 Color CSS Codes

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

#9affc9 Text Font Color

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

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


#9affc9 Background Color

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

This div background color is #9affc9


#9affc9 Border Color

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

This div border color is #9affc9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,255,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9affc9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9affc9;
  -webkit-box-shadow: 1px 1px 3px 2px #9affc9;
  box-shadow:         1px 1px 3px 2px #9affc9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,255,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9affc9

Related Colors

#9affc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.