Color Hex Logo

#fcadfd Color Hex

#FCADFD
(252,173,253)
0 Favorites   0 Comments

Color spaces of #fcadfd

RGB 252173253
HSL0.830.950.84
HSV299°32°99°
CMYK 0.000.320.00   0.01
XYZ72.818157.6744100.2229
Yxy57.67440.31560.2500
Hunter Lab75.943738.2522-25.0845
CIE-Lab80.557441.3174-28.0722

#fcadfd color RGB value is (252,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11111101
Octal 374 255 375
Decimal 252 173 253
Hex FC AD FD

RGB Percentages of Color #fcadfd

%37.17
%25.52
%37.32

CMYK Percentages of Color #fcadfd

%0
%32
%0
%1

Triadic Colors of #fcadfd

#fcadfd #fdfcad #adfdfc

Analogous Colors of #fcadfd

#fcadfd #fdadd6 #d4adfd

Monochromatic Colors of #fcadfd

#fcadfd

Complementary Color

#fcadfd #aefdad

#fcadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadfd Color CSS Codes

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

#fcadfd Text Font Color

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

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


#fcadfd Background Color

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

This div background color is #fcadfd


#fcadfd Border Color

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

This div border color is #fcadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadfd

Related Colors


Comments

No comments written yet.

Please login to write comment.