Color Hex Logo

#feefb5 Color Hex

#FEEFB5
(254,239,181)
0 Favorites   0 Comments

Color spaces of #feefb5

RGB 254239181
HSL0.130.970.85
HSV48°29°100°
CMYK 0.000.060.29   0.00
XYZ80.080086.140056.1221
Yxy86.14000.36020.3874
Hunter Lab92.8116-8.406529.1162
CIE-Lab94.3722-3.499529.9399

#feefb5 color RGB value is (254,239,181).

#feefb5 hex color red value is 254, green value is 239 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #feefb5 hue: 0.13 , saturation: 0.97 and the lightness value of feefb5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 10110101
Octal 376 357 265
Decimal 254 239 181
Hex FE EF B5

RGB Percentages of Color #feefb5

%37.69
%35.46
%26.85

CMYK Percentages of Color #feefb5

%0
%6
%29
%0

Triadic Colors of #feefb5

#feefb5 #b5feef #efb5fe

Analogous Colors of #feefb5

#feefb5 #e9feb5 #fecbb5

Monochromatic Colors of #feefb5

#feefb5

Complementary Color

#feefb5 #b5c4fe

#feefb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefb5 Color CSS Codes

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

#feefb5 Text Font Color

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

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


#feefb5 Background Color

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

This div background color is #feefb5


#feefb5 Border Color

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

This div border color is #feefb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefb5

Related Colors


Comments

No comments written yet.

Please login to write comment.