Color Hex Logo

#ff9acc Color Hex

#FF9ACC
(255,154,204)
0 Favorites   0 Comments

Color spaces of #ff9acc

RGB 255154204
HSL0.921.000.80
HSV330°40°100°
CMYK 0.000.400.20   0.00
XYZ63.694748.730863.1757
Yxy48.73080.36270.2775
Hunter Lab69.807440.7065-4.7922
CIE-Lab75.283544.0837-9.4263

#ff9acc color RGB value is (255,154,204).

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

The process color (four color CMYK) of #ff9acc color hex is 0.00, 0.40, 0.20, 0.00. Web safe color of #ff9acc is #ff99cc. Color #ff9acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011010 11001100
Octal 377 232 314
Decimal 255 154 204
Hex FF 9A CC

RGB Percentages of Color #ff9acc

%41.60
%25.12
%33.28

CMYK Percentages of Color #ff9acc

%0
%40
%20
%0

Triadic Colors of #ff9acc

#ff9acc #ccff9a #9accff

Analogous Colors of #ff9acc

#ff9acc #ff9b9a #ff9aff

Monochromatic Colors of #ff9acc

#ff9acc

Complementary Color

#ff9acc #9affcd

#ff9acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9acc Color CSS Codes

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

#ff9acc Text Font Color

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

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


#ff9acc Background Color

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

This div background color is #ff9acc


#ff9acc Border Color

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

This div border color is #ff9acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9acc


Comments

No comments written yet.

Please login to write comment.