Color Hex Logo

#ffa3ce Color Hex

#FFA3CE
(255,163,206)
0 Favorites   0 Comments

Color spaces of #ffa3ce

RGB 255163206
HSL0.921.000.82
HSV332°36°100°
CMYK 0.000.360.19   0.00
XYZ65.477851.910664.9612
Yxy51.91060.35910.2847
Hunter Lab72.049036.1342-3.0230
CIE-Lab77.227339.7507-7.6319

#ffa3ce color RGB value is (255,163,206).

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

The process color (four color CMYK) of #ffa3ce color hex is 0.00, 0.36, 0.19, 0.00. Web safe color of #ffa3ce is #ff99cc. Color #ffa3ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 11001110
Octal 377 243 316
Decimal 255 163 206
Hex FF A3 CE

RGB Percentages of Color #ffa3ce

%40.87
%26.12
%33.01

CMYK Percentages of Color #ffa3ce

%0
%36
%19
%0

Triadic Colors of #ffa3ce

#ffa3ce #ceffa3 #a3ceff

Analogous Colors of #ffa3ce

#ffa3ce #ffa6a3 #ffa3fc

Monochromatic Colors of #ffa3ce

#ffa3ce

Complementary Color

#ffa3ce #a3ffd4

#ffa3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa3ce Color CSS Codes

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

#ffa3ce Text Font Color

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

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


#ffa3ce Background Color

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

This div background color is #ffa3ce


#ffa3ce Border Color

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

This div border color is #ffa3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa3ce

#ffa3ce Color Palettes


Comments

No comments written yet.

Please login to write comment.