Color Hex Logo

#fceafe Color Hex

#FCEAFE
(252,234,254)
0 Favorites   0 Comments

Color spaces of #fceafe

RGB 252234254
HSL0.820.910.96
HSV294°100°
CMYK 0.010.080.00   0.00
XYZ87.457186.6968105.8906
Yxy86.69680.31230.3096
Hunter Lab93.11114.7164-2.2498
CIE-Lab94.60959.5551-7.4448

#fceafe color RGB value is (252,234,254).

#fceafe hex color red value is 252, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fceafe hue: 0.82 , saturation: 0.91 and the lightness value of fceafe is 0.96.

The process color (four color CMYK) of #fceafe color hex is 0.01, 0.08, 0.00, 0.00. Web safe color of #fceafe is #ffffff. Color #fceafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 11111110
Octal 374 352 376
Decimal 252 234 254
Hex FC EA FE

RGB Percentages of Color #fceafe

%34.05
%31.62
%34.32

CMYK Percentages of Color #fceafe

%1
%8
%0
%0

Triadic Colors of #fceafe

#fceafe #fefcea #eafefc

Analogous Colors of #fceafe

#fceafe #feeaf6 #f2eafe

Monochromatic Colors of #fceafe

#fceafe

Complementary Color

#fceafe #ecfeea

#fceafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceafe Color CSS Codes

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

#fceafe Text Font Color

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

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


#fceafe Background Color

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

This div background color is #fceafe


#fceafe Border Color

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

This div border color is #fceafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceafe

Related Colors


Comments

No comments written yet.

Please login to write comment.