Color Hex Logo

#fcadff Color Hex

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

Color spaces of #fcadff

RGB 252173255
HSL0.831.000.84
HSV298°32°100°
CMYK 0.010.320.00   0.00
XYZ73.138557.8026101.9099
Yxy57.80260.31410.2482
Hunter Lab76.028038.6669-26.2542
CIE-Lab80.628941.6793-29.0344

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

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

The process color (four color CMYK) of #fcadff color hex is 0.01, 0.32, 0.00, 0.00. Web safe color of #fcadff is #ff99ff. Color #fcadff contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #fcadff

%37.06
%25.44
%37.50

CMYK Percentages of Color #fcadff

%1
%32
%0
%0

Triadic Colors of #fcadff

#fcadff #fffcad #adfffc

Analogous Colors of #fcadff

#fcadff #ffadd9 #d3adff

Monochromatic Colors of #fcadff

#fcadff

Complementary Color

#fcadff #b0ffad

#fcadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadff Color CSS Codes

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

#fcadff Text Font Color

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

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


#fcadff Background Color

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

This div background color is #fcadff


#fcadff Border Color

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

This div border color is #fcadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadff

Related Colors


Comments

No comments written yet.

Please login to write comment.