Color Hex Logo

#ffcaaa Color Hex

#FFCAAA
(255,202,170)
0 Favorites   0 Comments

Color spaces of #ffcaaa

RGB 255202170
HSL0.061.000.83
HSV23°33°100°
CMYK 0.000.210.33   0.00
XYZ69.616266.403347.1782
Yxy66.40330.38000.3625
Hunter Lab81.48829.889922.7154
CIE-Lab85.201714.492423.1445

#ffcaaa color RGB value is (255,202,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 10101010
Octal 377 312 252
Decimal 255 202 170
Hex FF CA AA

RGB Percentages of Color #ffcaaa

%40.67
%32.22
%27.11

CMYK Percentages of Color #ffcaaa

%0
%21
%33
%0

Triadic Colors of #ffcaaa

#ffcaaa #aaffca #caaaff

Analogous Colors of #ffcaaa

#ffcaaa #fff5aa #ffaab5

Monochromatic Colors of #ffcaaa

#ffcaaa

Complementary Color

#ffcaaa #aadfff

#ffcaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcaaa Color CSS Codes

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

#ffcaaa Text Font Color

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

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


#ffcaaa Background Color

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

This div background color is #ffcaaa


#ffcaaa Border Color

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

This div border color is #ffcaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,202,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 #ffcaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcaaa

Related Colors


Comments

No comments written yet.

Please login to write comment.