Color Hex Logo

#feeec2 Color Hex

#FEEEC2
(254,238,194)
0 Favorites   0 Comments

Color spaces of #feeec2

RGB 254238194
HSL0.120.970.88
HSV44°24°100°
CMYK 0.000.060.24   0.00
XYZ81.185286.114963.3819
Yxy86.11490.35190.3733
Hunter Lab92.7981-6.234524.4631
CIE-Lab94.3615-1.290723.2853

#feeec2 color RGB value is (254,238,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11000010
Octal 376 356 302
Decimal 254 238 194
Hex FE EE C2

RGB Percentages of Color #feeec2

%37.03
%34.69
%28.28

CMYK Percentages of Color #feeec2

%0
%6
%24
%0

Triadic Colors of #feeec2

#feeec2 #c2feee #eec2fe

Analogous Colors of #feeec2

#feeec2 #f0fec2 #fed0c2

Monochromatic Colors of #feeec2

#feeec2

Complementary Color

#feeec2 #c2d2fe

#feeec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeec2 Color CSS Codes

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

#feeec2 Text Font Color

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

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


#feeec2 Background Color

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

This div background color is #feeec2


#feeec2 Border Color

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

This div border color is #feeec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeec2

Related Colors


Comments

No comments written yet.

Please login to write comment.