Color Hex Logo

#fffcad Color Hex

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

Color spaces of #fffcad

RGB 255252173
HSL0.161.000.84
HSV58°32°100°
CMYK 0.000.010.32   0.00
XYZ83.593293.897953.2534
Yxy93.89790.36230.4069
Hunter Lab96.9009-15.590635.2469
CIE-Lab97.5908-10.565738.2694

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

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

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

Base Numbers

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

RGB Percentages of Color #fffcad

%37.50
%37.06
%25.44

CMYK Percentages of Color #fffcad

%0
%1
%32
%0

Triadic Colors of #fffcad

#fffcad #adfffc #fcadff

Analogous Colors of #fffcad

#fffcad #d9ffad #ffd3ad

Monochromatic Colors of #fffcad

#fffcad

Complementary Color

#fffcad #adb0ff

#fffcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffcad Color CSS Codes

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

#fffcad Text Font Color

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

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


#fffcad Background Color

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

This div background color is #fffcad


#fffcad Border Color

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

This div border color is #fffcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffcad


Comments

No comments written yet.

Please login to write comment.