Color Hex Logo

#fec298 Color Hex

#FEC298
(254,194,152)
0 Favorites   0 Comments

Color spaces of #fec298

RGB 254194152
HSL0.070.980.80
HSV25°40°100°
CMYK 0.000.240.40   0.00
XYZ65.832361.921438.1880
Yxy61.92140.39670.3732
Hunter Lab78.690211.625626.3099
CIE-Lab82.871616.217529.4250

#fec298 color RGB value is (254,194,152).

#fec298 hex color red value is 254, green value is 194 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fec298 hue: 0.07 , saturation: 0.98 and the lightness value of fec298 is 0.80.

The process color (four color CMYK) of #fec298 color hex is 0.00, 0.24, 0.40, 0.00. Web safe color of #fec298 is #ffcc99. Color #fec298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 10011000
Octal 376 302 230
Decimal 254 194 152
Hex FE C2 98

RGB Percentages of Color #fec298

%42.33
%32.33
%25.33

CMYK Percentages of Color #fec298

%0
%24
%40
%0

Triadic Colors of #fec298

#fec298 #98fec2 #c298fe

Analogous Colors of #fec298

#fec298 #fef598 #fe98a1

Monochromatic Colors of #fec298

#fec298

Complementary Color

#fec298 #98d4fe

#fec298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec298 Color CSS Codes

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

#fec298 Text Font Color

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

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


#fec298 Background Color

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

This div background color is #fec298


#fec298 Border Color

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

This div border color is #fec298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec298

Related Colors


Comments

No comments written yet.

Please login to write comment.