Color Hex Logo

#fcad99 Color Hex

#FCAD99
(252,173,153)
0 Favorites   0 Comments

Color spaces of #fcad99

RGB 252173153
HSL0.030.940.79
HSV12°39°99°
CMYK 0.000.310.39   0.01
XYZ60.838252.882537.1378
Yxy52.88250.40330.3505
Hunter Lab72.720422.073320.6252
CIE-Lab77.805626.571721.9955

#fcad99 color RGB value is (252,173,153).

#fcad99 hex color red value is 252, green value is 173 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fcad99 hue: 0.03 , saturation: 0.94 and the lightness value of fcad99 is 0.79.

The process color (four color CMYK) of #fcad99 color hex is 0.00, 0.31, 0.39, 0.01. Web safe color of #fcad99 is #ff9999. Color #fcad99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 10011001
Octal 374 255 231
Decimal 252 173 153
Hex FC AD 99

RGB Percentages of Color #fcad99

%43.60
%29.93
%26.47

CMYK Percentages of Color #fcad99

%0
%31
%39
%1

Triadic Colors of #fcad99

#fcad99 #99fcad #ad99fc

Analogous Colors of #fcad99

#fcad99 #fcdf99 #fc99b7

Monochromatic Colors of #fcad99

#fcad99

Complementary Color

#fcad99 #99e8fc

#fcad99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad99 Color CSS Codes

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

#fcad99 Text Font Color

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

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


#fcad99 Background Color

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

This div background color is #fcad99


#fcad99 Border Color

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

This div border color is #fcad99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad99


Comments

No comments written yet.

Please login to write comment.