Color Hex Logo

#fcaefd Color Hex

#FCAEFD
(252,174,253)
0 Favorites   0 Comments

Color spaces of #fcaefd

RGB 252174253
HSL0.830.950.84
HSV299°31°99°
CMYK 0.000.310.00   0.01
XYZ73.010658.0594100.2870
Yxy58.05940.31560.2510
Hunter Lab76.196737.6919-24.6974
CIE-Lab80.771840.7962-27.7440

#fcaefd color RGB value is (252,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 11111101
Octal 374 256 375
Decimal 252 174 253
Hex FC AE FD

RGB Percentages of Color #fcaefd

%37.11
%25.63
%37.26

CMYK Percentages of Color #fcaefd

%0
%31
%0
%1

Triadic Colors of #fcaefd

#fcaefd #fdfcae #aefdfc

Analogous Colors of #fcaefd

#fcaefd #fdaed7 #d5aefd

Monochromatic Colors of #fcaefd

#fcaefd

Complementary Color

#fcaefd #affdae

#fcaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaefd Color CSS Codes

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

#fcaefd Text Font Color

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

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


#fcaefd Background Color

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

This div background color is #fcaefd


#fcaefd Border Color

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

This div border color is #fcaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaefd


Comments

No comments written yet.

Please login to write comment.