Color Hex Logo

#fefca8 Color Hex

#FEFCA8
(254,252,168)
0 Favorites   0 Comments

Color spaces of #fefca8

RGB 254252168
HSL0.160.980.83
HSV59°34°100°
CMYK 0.000.010.34   0.00
XYZ82.751393.518850.7353
Yxy93.51880.36450.4120
Hunter Lab96.7051-16.490236.5877
CIE-Lab97.4378-11.519540.5294

#fefca8 color RGB value is (254,252,168).

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

The process color (four color CMYK) of #fefca8 color hex is 0.00, 0.01, 0.34, 0.00. Web safe color of #fefca8 is #ffff99. Color #fefca8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10101000
Octal 376 374 250
Decimal 254 252 168
Hex FE FC A8

RGB Percentages of Color #fefca8

%37.69
%37.39
%24.93

CMYK Percentages of Color #fefca8

%0
%1
%34
%0

Triadic Colors of #fefca8

#fefca8 #a8fefc #fca8fe

Analogous Colors of #fefca8

#fefca8 #d5fea8 #fed1a8

Monochromatic Colors of #fefca8

#fefca8

Complementary Color

#fefca8 #a8aafe

#fefca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefca8 Color CSS Codes

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

#fefca8 Text Font Color

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

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


#fefca8 Background Color

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

This div background color is #fefca8


#fefca8 Border Color

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

This div border color is #fefca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefca8

Related Colors


Comments

No comments written yet.

Please login to write comment.