Color Hex Logo

#fefee4 Color Hex

#FEFEE4
(254,254,228)
0 Favorites   0 Comments

Color spaces of #fefee4

RGB 254254228
HSL0.170.930.95
HSV60°10°100°
CMYK 0.000.000.10   0.00
XYZ90.318597.555987.4687
Yxy97.55590.32800.3543
Hunter Lab98.7704-9.622616.6335
CIE-Lab99.0471-4.325812.4365

#fefee4 color RGB value is (254,254,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11100100
Octal 376 376 344
Decimal 254 254 228
Hex FE FE E4

RGB Percentages of Color #fefee4

%34.51
%34.51
%30.98

CMYK Percentages of Color #fefee4

%0
%0
%10
%0

Triadic Colors of #fefee4

#fefee4 #e4fefe #fee4fe

Analogous Colors of #fefee4

#fefee4 #f1fee4 #fef1e4

Monochromatic Colors of #fefee4

#fefee4

Complementary Color

#fefee4 #e4e4fe

#fefee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefee4 Color CSS Codes

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

#fefee4 Text Font Color

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

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


#fefee4 Background Color

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

This div background color is #fefee4


#fefee4 Border Color

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

This div border color is #fefee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefee4

Related Colors


Comments

No comments written yet.

Please login to write comment.