Color Hex Logo

#fcadb7 Color Hex

#FCADB7
(252,173,183)
0 Favorites   0 Comments

Color spaces of #fcadb7

RGB 252173183
HSL0.980.930.83
HSV352°31°99°
CMYK 0.000.310.27   0.01
XYZ63.635754.001551.8691
Yxy54.00150.37540.3186
Hunter Lab73.485725.97399.5908
CIE-Lab78.462630.24576.6671

#fcadb7 color RGB value is (252,173,183).

#fcadb7 hex color red value is 252, green value is 173 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fcadb7 hue: 0.98 , saturation: 0.93 and the lightness value of fcadb7 is 0.83.

The process color (four color CMYK) of #fcadb7 color hex is 0.00, 0.31, 0.27, 0.01. Web safe color of #fcadb7 is #ff99cc. Color #fcadb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 10110111
Octal 374 255 267
Decimal 252 173 183
Hex FC AD B7

RGB Percentages of Color #fcadb7

%41.45
%28.45
%30.10

CMYK Percentages of Color #fcadb7

%0
%31
%27
%1

Triadic Colors of #fcadb7

#fcadb7 #b7fcad #adb7fc

Analogous Colors of #fcadb7

#fcadb7 #fccbad #fcaddf

Monochromatic Colors of #fcadb7

#fcadb7

Complementary Color

#fcadb7 #adfcf2

#fcadb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadb7 Color CSS Codes

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

#fcadb7 Text Font Color

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

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


#fcadb7 Background Color

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

This div background color is #fcadb7


#fcadb7 Border Color

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

This div border color is #fcadb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadb7


Comments

No comments written yet.

Please login to write comment.