Color Hex Logo

#fcad98 Color Hex

#FCAD98
(252,173,152)
0 Favorites   0 Comments

Color spaces of #fcad98

RGB 252173152
HSL0.040.940.79
HSV13°40°99°
CMYK 0.000.310.40   0.01
XYZ60.756052.849636.7046
Yxy52.84960.40420.3516
Hunter Lab72.697721.957620.9533
CIE-Lab77.786126.461422.5074

#fcad98 color RGB value is (252,173,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 10011000
Octal 374 255 230
Decimal 252 173 152
Hex FC AD 98

RGB Percentages of Color #fcad98

%43.67
%29.98
%26.34

CMYK Percentages of Color #fcad98

%0
%31
%40
%1

Triadic Colors of #fcad98

#fcad98 #98fcad #ad98fc

Analogous Colors of #fcad98

#fcad98 #fcdf98 #fc98b5

Monochromatic Colors of #fcad98

#fcad98

Complementary Color

#fcad98 #98e7fc

#fcad98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad98 Color CSS Codes

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

#fcad98 Text Font Color

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

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


#fcad98 Background Color

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

This div background color is #fcad98


#fcad98 Border Color

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

This div border color is #fcad98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad98


Comments

No comments written yet.

Please login to write comment.