Color Hex Logo

#fefca3 Color Hex

#FEFCA3
(254,252,163)
0 Favorites   0 Comments

Color spaces of #fefca3

RGB 254252163
HSL0.160.980.82
HSV59°36°100°
CMYK 0.000.010.36   0.00
XYZ82.294393.336048.3286
Yxy93.33600.36750.4168
Hunter Lab96.6106-17.019537.9681
CIE-Lab97.3638-12.081242.8934

#fefca3 color RGB value is (254,252,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 10100011
Octal 376 374 243
Decimal 254 252 163
Hex FE FC A3

RGB Percentages of Color #fefca3

%37.97
%37.67
%24.36

CMYK Percentages of Color #fefca3

%0
%1
%36
%0

Triadic Colors of #fefca3

#fefca3 #a3fefc #fca3fe

Analogous Colors of #fefca3

#fefca3 #d3fea3 #fecfa3

Monochromatic Colors of #fefca3

#fefca3

Complementary Color

#fefca3 #a3a5fe

#fefca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefca3 Color CSS Codes

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

#fefca3 Text Font Color

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

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


#fefca3 Background Color

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

This div background color is #fefca3


#fefca3 Border Color

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

This div border color is #fefca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefca3

Related Colors


Comments

No comments written yet.

Please login to write comment.