Color Hex Logo

#feefe5 Color Hex

#FEEFE5
(254,239,229)
1 Favorites   0 Comments

Color spaces of #feefe5

RGB 254239229
HSL0.070.930.95
HSV24°10°100°
CMYK 0.000.060.10   0.00
XYZ85.882488.461086.6769
Yxy88.46100.32900.3389
Hunter Lab94.0537-1.601911.1978
CIE-Lab95.35473.40646.6330

#feefe5 color RGB value is (254,239,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11100101
Octal 376 357 345
Decimal 254 239 229
Hex FE EF E5

RGB Percentages of Color #feefe5

%35.18
%33.10
%31.72

CMYK Percentages of Color #feefe5

%0
%6
%10
%0

Triadic Colors of #feefe5

#feefe5 #e5feef #efe5fe

Analogous Colors of #feefe5

#feefe5 #fefce5 #fee5e8

Monochromatic Colors of #feefe5

#feefe5

Complementary Color

#feefe5 #e5f4fe

#feefe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefe5 Color CSS Codes

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

#feefe5 Text Font Color

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

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


#feefe5 Background Color

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

This div background color is #feefe5


#feefe5 Border Color

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

This div border color is #feefe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefe5

Related Colors


Comments

No comments written yet.

Please login to write comment.