Color Hex Logo

#fcacfd Color Hex

#FCACFD
(252,172,253)
0 Favorites   0 Comments

Color spaces of #fcacfd

RGB 252172253
HSL0.830.950.83
HSV299°32°99°
CMYK 0.000.320.00   0.01
XYZ72.627057.2923100.1592
Yxy57.29230.31570.2490
Hunter Lab75.691738.8123-25.4715
CIE-Lab80.343741.8380-28.3994

#fcacfd color RGB value is (252,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11111101
Octal 374 254 375
Decimal 252 172 253
Hex FC AC FD

RGB Percentages of Color #fcacfd

%37.22
%25.41
%37.37

CMYK Percentages of Color #fcacfd

%0
%32
%0
%1

Triadic Colors of #fcacfd

#fcacfd #fdfcac #acfdfc

Analogous Colors of #fcacfd

#fcacfd #fdacd6 #d4acfd

Monochromatic Colors of #fcacfd

#fcacfd

Complementary Color

#fcacfd #adfdac

#fcacfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacfd Color CSS Codes

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

#fcacfd Text Font Color

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

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


#fcacfd Background Color

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

This div background color is #fcacfd


#fcacfd Border Color

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

This div border color is #fcacfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,172,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 #fcacfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacfd

Related Colors


Comments

No comments written yet.

Please login to write comment.