Color Hex Logo

#fcaefe Color Hex

#FCAEFE
(252,174,254)
0 Favorites   0 Comments

Color spaces of #fcaefe

RGB 252174254
HSL0.830.980.84
HSV299°31°100°
CMYK 0.010.310.00   0.00
XYZ73.170358.1233101.1284
Yxy58.12330.31480.2501
Hunter Lab76.238637.8984-25.2795
CIE-Lab80.807340.9768-28.2255

#fcaefe color RGB value is (252,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11111110
Octal 374 256 376
Decimal 252 174 254
Hex FC AE FE

RGB Percentages of Color #fcaefe

%37.06
%25.59
%37.35

CMYK Percentages of Color #fcaefe

%1
%31
%0
%0

Triadic Colors of #fcaefe

#fcaefe #fefcae #aefefc

Analogous Colors of #fcaefe

#fcaefe #feaed8 #d4aefe

Monochromatic Colors of #fcaefe

#fcaefe

Complementary Color

#fcaefe #b0feae

#fcaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaefe Color CSS Codes

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

#fcaefe Text Font Color

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

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


#fcaefe Background Color

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

This div background color is #fcaefe


#fcaefe Border Color

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

This div border color is #fcaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaefe


Comments

No comments written yet.

Please login to write comment.