Color Hex Logo

#ffccaf Color Hex

#FFCCAF
(255,204,175)
0 Favorites   0 Comments

Color spaces of #ffccaf

RGB 255204175
HSL0.061.000.84
HSV22°31°100°
CMYK 0.000.200.31   0.00
XYZ70.570767.540949.8747
Yxy67.54090.37540.3593
Hunter Lab82.18339.457121.5469
CIE-Lab85.776414.065921.3052

#ffccaf color RGB value is (255,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 10101111
Octal 377 314 257
Decimal 255 204 175
Hex FF CC AF

RGB Percentages of Color #ffccaf

%40.22
%32.18
%27.60

CMYK Percentages of Color #ffccaf

%0
%20
%31
%0

Triadic Colors of #ffccaf

#ffccaf #afffcc #ccafff

Analogous Colors of #ffccaf

#ffccaf #fff4af #ffafba

Monochromatic Colors of #ffccaf

#ffccaf

Complementary Color

#ffccaf #afe2ff

#ffccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffccaf Color CSS Codes

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

#ffccaf Text Font Color

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

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


#ffccaf Background Color

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

This div background color is #ffccaf


#ffccaf Border Color

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

This div border color is #ffccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffccaf

#ffccaf Color Palettes


Comments

No comments written yet.

Please login to write comment.