Color Hex Logo

#fefed4 Color Hex

#FEFED4
(254,254,212)
0 Favorites   0 Comments

Color spaces of #fefed4

RGB 254254212
HSL0.170.950.91
HSV60°17°100°
CMYK 0.000.000.17   0.00
XYZ88.198596.707976.3053
Yxy96.70790.33770.3702
Hunter Lab98.3402-12.003722.8331
CIE-Lab98.7128-6.761420.1322

#fefed4 color RGB value is (254,254,212).

#fefed4 hex color red value is 254, green value is 254 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #fefed4 hue: 0.17 , saturation: 0.95 and the lightness value of fefed4 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11010100
Octal 376 376 324
Decimal 254 254 212
Hex FE FE D4

RGB Percentages of Color #fefed4

%35.28
%35.28
%29.44

CMYK Percentages of Color #fefed4

%0
%0
%17
%0

Triadic Colors of #fefed4

#fefed4 #d4fefe #fed4fe

Analogous Colors of #fefed4

#fefed4 #e9fed4 #fee9d4

Monochromatic Colors of #fefed4

#fefed4

Complementary Color

#fefed4 #d4d4fe

#fefed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefed4 Color CSS Codes

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

#fefed4 Text Font Color

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

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


#fefed4 Background Color

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

This div background color is #fefed4


#fefed4 Border Color

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

This div border color is #fefed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefed4

Related Colors

#fefed4 Color Palettes


Comments

No comments written yet.

Please login to write comment.