Color Hex Logo

#ffccaa Color Hex

#FFCCAA
(255,204,170)
9 Favorites   1 Comments

Color spaces of #ffccaa

RGB 255204170
HSL0.071.000.83
HSV24°33°100°
CMYK 0.000.200.33   0.00
XYZ70.088667.348047.3356
Yxy67.34800.37930.3645
Hunter Lab82.06588.833323.2476
CIE-Lab85.679413.450623.8000

#ffccaa color RGB value is (255,204,170). This hex color code is also a web safe color which is equal to #FCA.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 10101010
Octal 377 314 252
Decimal 255 204 170
Hex FF CC AA

RGB Percentages of Color #ffccaa

%40.54
%32.43
%27.03

CMYK Percentages of Color #ffccaa

%0
%20
%33
%0

Triadic Colors of #ffccaa

#ffccaa #aaffcc #ccaaff

Analogous Colors of #ffccaa

#ffccaa #fff7aa #ffaab3

Monochromatic Colors of #ffccaa

#ffccaa

Complementary Color

#ffccaa #aaddff

#ffccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccaa Color CSS Codes

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

#ffccaa Text Font Color

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

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


#ffccaa Background Color

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

This div background color is #ffccaa


#ffccaa Border Color

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

This div border color is #ffccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccaa

Related Colors


Comments

10 Jul 2013, 4:37 (guest)

I am calling this skiny orange

Please login to write comment.