Color Hex Logo

#ff9acd Color Hex

#FF9ACD
(255,154,205)
0 Favorites   0 Comments

Color spaces of #ff9acd

RGB 255154205
HSL0.921.000.80
HSV330°40°100°
CMYK 0.000.400.20   0.00
XYZ63.815048.779063.8095
Yxy48.77900.36180.2765
Hunter Lab69.842040.8730-5.2796
CIE-Lab75.313644.2293-9.9304

#ff9acd color RGB value is (255,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011010 11001101
Octal 377 232 315
Decimal 255 154 205
Hex FF 9A CD

RGB Percentages of Color #ff9acd

%41.53
%25.08
%33.39

CMYK Percentages of Color #ff9acd

%0
%40
%20
%0

Triadic Colors of #ff9acd

#ff9acd #cdff9a #9acdff

Analogous Colors of #ff9acd

#ff9acd #ff9a9b #ff9aff

Monochromatic Colors of #ff9acd

#ff9acd

Complementary Color

#ff9acd #9affcc

#ff9acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9acd Color CSS Codes

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

#ff9acd Text Font Color

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

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


#ff9acd Background Color

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

This div background color is #ff9acd


#ff9acd Border Color

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

This div border color is #ff9acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9acd

Related Colors


Comments

No comments written yet.

Please login to write comment.