Color Hex Logo

#feeeb6 Color Hex

#FEEEB6
(254,238,182)
0 Favorites   0 Comments

Color spaces of #feeeb6

RGB 254238182
HSL0.130.970.85
HSV47°28°100°
CMYK 0.000.060.28   0.00
XYZ79.891185.597356.5672
Yxy85.59730.35980.3855
Hunter Lab92.5188-7.771028.5125
CIE-Lab94.1399-2.869929.1166

#feeeb6 color RGB value is (254,238,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 10110110
Octal 376 356 266
Decimal 254 238 182
Hex FE EE B6

RGB Percentages of Color #feeeb6

%37.69
%35.31
%27.00

CMYK Percentages of Color #feeeb6

%0
%6
%28
%0

Triadic Colors of #feeeb6

#feeeb6 #b6feee #eeb6fe

Analogous Colors of #feeeb6

#feeeb6 #eafeb6 #fecab6

Monochromatic Colors of #feeeb6

#feeeb6

Complementary Color

#feeeb6 #b6c6fe

#feeeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeeb6 Color CSS Codes

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

#feeeb6 Text Font Color

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

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


#feeeb6 Background Color

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

This div background color is #feeeb6


#feeeb6 Border Color

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

This div border color is #feeeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeeb6


Comments

No comments written yet.

Please login to write comment.