Color Hex Logo

#ffc3aa Color Hex

#FFC3AA
(255,195,170)
0 Favorites   0 Comments

Color spaces of #ffc3aa

RGB 255195170
HSL0.051.000.83
HSV18°33°100°
CMYK 0.000.240.33   0.00
XYZ68.010863.192546.6430
Yxy63.19250.38240.3553
Hunter Lab79.493713.601620.8571
CIE-Lab83.543618.148120.8601

#ffc3aa color RGB value is (255,195,170).

#ffc3aa hex color red value is 255, green value is 195 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ffc3aa hue: 0.05 , saturation: 1.00 and the lightness value of ffc3aa is 0.83.

The process color (four color CMYK) of #ffc3aa color hex is 0.00, 0.24, 0.33, 0.00. Web safe color of #ffc3aa is #ffcc99. Color #ffc3aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 10101010
Octal 377 303 252
Decimal 255 195 170
Hex FF C3 AA

RGB Percentages of Color #ffc3aa

%41.13
%31.45
%27.42

CMYK Percentages of Color #ffc3aa

%0
%24
%33
%0

Triadic Colors of #ffc3aa

#ffc3aa #aaffc3 #c3aaff

Analogous Colors of #ffc3aa

#ffc3aa #ffeeaa #ffaabc

Monochromatic Colors of #ffc3aa

#ffc3aa

Complementary Color

#ffc3aa #aae6ff

#ffc3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc3aa Color CSS Codes

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

#ffc3aa Text Font Color

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

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


#ffc3aa Background Color

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

This div background color is #ffc3aa


#ffc3aa Border Color

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

This div border color is #ffc3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc3aa

Related Colors

#ffc3aa Color Palettes


Comments

No comments written yet.

Please login to write comment.