Color Hex Logo

#fefee2 Color Hex

#FEFEE2
(254,254,226)
0 Favorites   0 Comments

Color spaces of #fefee2

RGB 254254226
HSL0.170.930.94
HSV60°11°100°
CMYK 0.000.000.11   0.00
XYZ90.042397.445486.0146
Yxy97.44540.32920.3563
Hunter Lab98.7144-9.931617.4379
CIE-Lab99.0037-4.640113.3976

#fefee2 color RGB value is (254,254,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11100010
Octal 376 376 342
Decimal 254 254 226
Hex FE FE E2

RGB Percentages of Color #fefee2

%34.60
%34.60
%30.79

CMYK Percentages of Color #fefee2

%0
%0
%11
%0

Triadic Colors of #fefee2

#fefee2 #e2fefe #fee2fe

Analogous Colors of #fefee2

#fefee2 #f0fee2 #fef0e2

Monochromatic Colors of #fefee2

#fefee2

Complementary Color

#fefee2 #e2e2fe

#fefee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefee2 Color CSS Codes

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

#fefee2 Text Font Color

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

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


#fefee2 Background Color

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

This div background color is #fefee2


#fefee2 Border Color

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

This div border color is #fefee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefee2

#fefee2 Color Palettes


Comments

No comments written yet.

Please login to write comment.