Color Hex Logo

#fefec4 Color Hex

#FEFEC4
(254,254,196)
0 Favorites   0 Comments

Color spaces of #fefec4

RGB 254254196
HSL0.170.970.88
HSV60°23°100°
CMYK 0.000.000.23   0.00
XYZ86.278795.940066.1954
Yxy95.94000.34730.3862
Hunter Lab97.9490-14.178328.4952
CIE-Lab98.4084-9.013627.8276

#fefec4 color RGB value is (254,254,196).

#fefec4 hex color red value is 254, green value is 254 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #fefec4 hue: 0.17 , saturation: 0.97 and the lightness value of fefec4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11000100
Octal 376 376 304
Decimal 254 254 196
Hex FE FE C4

RGB Percentages of Color #fefec4

%36.08
%36.08
%27.84

CMYK Percentages of Color #fefec4

%0
%0
%23
%0

Triadic Colors of #fefec4

#fefec4 #c4fefe #fec4fe

Analogous Colors of #fefec4

#fefec4 #e1fec4 #fee1c4

Monochromatic Colors of #fefec4

#fefec4

Complementary Color

#fefec4 #c4c4fe

#fefec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefec4 Color CSS Codes

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

#fefec4 Text Font Color

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

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


#fefec4 Background Color

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

This div background color is #fefec4


#fefec4 Border Color

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

This div border color is #fefec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefec4

Related Colors


Comments

No comments written yet.

Please login to write comment.