Color Hex Logo

#fffed4 Color Hex

#FFFED4
(255,254,212)
0 Favorites   0 Comments

Color spaces of #fffed4

RGB 255254212
HSL0.161.000.92
HSV59°17°100°
CMYK 0.000.000.17   0.00
XYZ88.565596.897176.3225
Yxy96.89710.33830.3701
Hunter Lab98.4363-11.662922.9350
CIE-Lab98.7876-6.408120.2478

#fffed4 color RGB value is (255,254,212).

#fffed4 hex color red value is 255, green value is 254 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #fffed4 hue: 0.16 , saturation: 1.00 and the lightness value of fffed4 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 11010100
Octal 377 376 324
Decimal 255 254 212
Hex FF FE D4

RGB Percentages of Color #fffed4

%35.37
%35.23
%29.40

CMYK Percentages of Color #fffed4

%0
%0
%17
%0

Triadic Colors of #fffed4

#fffed4 #d4fffe #fed4ff

Analogous Colors of #fffed4

#fffed4 #ebffd4 #ffe9d4

Monochromatic Colors of #fffed4

#fffed4

Complementary Color

#fffed4 #d4d5ff

#fffed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffed4 Color CSS Codes

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

#fffed4 Text Font Color

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

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


#fffed4 Background Color

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

This div background color is #fffed4


#fffed4 Border Color

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

This div border color is #fffed4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,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 #fffed4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffed4

#fffed4 Color Palettes


Comments

No comments written yet.

Please login to write comment.