Color Hex Logo

#fffce5 Color Hex

#FFFCE5
(255,252,229)
0 Favorites   0 Comments

Color spaces of #fffce5

RGB 255252229
HSL0.151.000.95
HSV53°10°100°
CMYK 0.000.010.10   0.00
XYZ90.193396.538088.0087
Yxy96.53800.32830.3514
Hunter Lab98.2538-8.087715.6699
CIE-Lab98.6456-2.822311.3624

#fffce5 color RGB value is (255,252,229).

#fffce5 hex color red value is 255, green value is 252 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fffce5 hue: 0.15 , saturation: 1.00 and the lightness value of fffce5 is 0.95.

The process color (four color CMYK) of #fffce5 color hex is 0.00, 0.01, 0.10, 0.00. Web safe color of #fffce5 is #ffffcc. Color #fffce5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 11100101
Octal 377 374 345
Decimal 255 252 229
Hex FF FC E5

RGB Percentages of Color #fffce5

%34.65
%34.24
%31.11

CMYK Percentages of Color #fffce5

%0
%1
%10
%0

Triadic Colors of #fffce5

#fffce5 #e5fffc #fce5ff

Analogous Colors of #fffce5

#fffce5 #f5ffe5 #ffefe5

Monochromatic Colors of #fffce5

#fffce5

Complementary Color

#fffce5 #e5e8ff

#fffce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffce5 Color CSS Codes

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

#fffce5 Text Font Color

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

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


#fffce5 Background Color

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

This div background color is #fffce5


#fffce5 Border Color

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

This div border color is #fffce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffce5

Related Colors


Comments

No comments written yet.

Please login to write comment.