Color Hex Logo

#fcffad Color Hex

#FCFFAD
(252,255,173)
0 Favorites   0 Comments

Color spaces of #fcffad

RGB 252255173
HSL0.171.000.84
HSV62°32°100°
CMYK 0.010.000.32   0.00
XYZ83.447795.232653.5187
Yxy95.23260.35940.4101
Hunter Lab97.5872-18.140635.7953
CIE-Lab98.1265-13.152738.9318

#fcffad color RGB value is (252,255,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 10101101
Octal 374 377 255
Decimal 252 255 173
Hex FC FF AD

RGB Percentages of Color #fcffad

%37.06
%37.50
%25.44

CMYK Percentages of Color #fcffad

%1
%0
%32
%0

Triadic Colors of #fcffad

#fcffad #adfcff #ffadfc

Analogous Colors of #fcffad

#fcffad #d3ffad #ffd9ad

Monochromatic Colors of #fcffad

#fcffad

Complementary Color

#fcffad #b0adff

#fcffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffad Color CSS Codes

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

#fcffad Text Font Color

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

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


#fcffad Background Color

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

This div background color is #fcffad


#fcffad Border Color

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

This div border color is #fcffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffad

Related Colors


Comments

No comments written yet.

Please login to write comment.