Color Hex Logo

#fcad8a Color Hex

#FCAD8A
(252,173,138)
0 Favorites   0 Comments

Color spaces of #fcad8a

RGB 252173138
HSL0.050.950.76
HSV18°45°99°
CMYK 0.000.310.45   0.01
XYZ59.675952.417631.0171
Yxy52.41760.41700.3663
Hunter Lab72.400020.429125.2794
CIE-Lab77.529924.998329.6621

#fcad8a color RGB value is (252,173,138).

#fcad8a hex color red value is 252, green value is 173 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fcad8a hue: 0.05 , saturation: 0.95 and the lightness value of fcad8a is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 10001010
Octal 374 255 212
Decimal 252 173 138
Hex FC AD 8A

RGB Percentages of Color #fcad8a

%44.76
%30.73
%24.51

CMYK Percentages of Color #fcad8a

%0
%31
%45
%1

Triadic Colors of #fcad8a

#fcad8a #8afcad #ad8afc

Analogous Colors of #fcad8a

#fcad8a #fce68a #fc8aa0

Monochromatic Colors of #fcad8a

#fcad8a

Complementary Color

#fcad8a #8ad9fc

#fcad8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad8a Color CSS Codes

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

#fcad8a Text Font Color

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

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


#fcad8a Background Color

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

This div background color is #fcad8a


#fcad8a Border Color

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

This div border color is #fcad8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad8a


Comments

No comments written yet.

Please login to write comment.