Color Hex Logo

#fcffaa Color Hex

#FCFFAA
(252,255,170)
0 Favorites   0 Comments

Color spaces of #fcffaa

RGB 252255170
HSL0.171.000.83
HSV62°33°100°
CMYK 0.010.000.33   0.00
XYZ83.160695.117752.0067
Yxy95.11770.36110.4130
Hunter Lab97.5283-18.470836.6536
CIE-Lab98.0806-13.504540.3532

#fcffaa color RGB value is (252,255,170).

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

The process color (four color CMYK) of #fcffaa color hex is 0.01, 0.00, 0.33, 0.00. Web safe color of #fcffaa is #ffff99. Color #fcffaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 10101010
Octal 374 377 252
Decimal 252 255 170
Hex FC FF AA

RGB Percentages of Color #fcffaa

%37.22
%37.67
%25.11

CMYK Percentages of Color #fcffaa

%1
%0
%33
%0

Triadic Colors of #fcffaa

#fcffaa #aafcff #ffaafc

Analogous Colors of #fcffaa

#fcffaa #d2ffaa #ffd8aa

Monochromatic Colors of #fcffaa

#fcffaa

Complementary Color

#fcffaa #adaaff

#fcffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffaa Color CSS Codes

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

#fcffaa Text Font Color

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

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


#fcffaa Background Color

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

This div background color is #fcffaa


#fcffaa Border Color

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

This div border color is #fcffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffaa

Related Colors


Comments

No comments written yet.

Please login to write comment.