Color Hex Logo

#fec892 Color Hex

#FEC892
(254,200,146)
0 Favorites   0 Comments

Color spaces of #fec892

RGB 254200146
HSL0.080.980.78
HSV30°43°100°
CMYK 0.000.210.43   0.00
XYZ66.715664.454736.1188
Yxy64.45470.39880.3853
Hunter Lab80.28377.836729.5246
CIE-Lab84.202012.453034.3137

#fec892 color RGB value is (254,200,146).

#fec892 hex color red value is 254, green value is 200 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fec892 hue: 0.08 , saturation: 0.98 and the lightness value of fec892 is 0.78.

The process color (four color CMYK) of #fec892 color hex is 0.00, 0.21, 0.43, 0.00. Web safe color of #fec892 is #ffcc99. Color #fec892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 10010010
Octal 376 310 222
Decimal 254 200 146
Hex FE C8 92

RGB Percentages of Color #fec892

%42.33
%33.33
%24.33

CMYK Percentages of Color #fec892

%0
%21
%43
%0

Triadic Colors of #fec892

#fec892 #92fec8 #c892fe

Analogous Colors of #fec892

#fec892 #fefe92 #fe9292

Monochromatic Colors of #fec892

#fec892

Complementary Color

#fec892 #92c8fe

#fec892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec892 Color CSS Codes

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

#fec892 Text Font Color

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

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


#fec892 Background Color

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

This div background color is #fec892


#fec892 Border Color

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

This div border color is #fec892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec892


Comments

No comments written yet.

Please login to write comment.