Color Hex Logo

#fed298 Color Hex

#FED298
(254,210,152)
0 Favorites   0 Comments

Color spaces of #fed298

RGB 254210152
HSL0.090.980.80
HSV34°40°100°
CMYK 0.000.170.40   0.00
XYZ69.587169.431039.4397
Yxy69.43100.38990.3891
Hunter Lab83.32533.250830.2644
CIE-Lab86.71707.898034.5306

#fed298 color RGB value is (254,210,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 10011000
Octal 376 322 230
Decimal 254 210 152
Hex FE D2 98

RGB Percentages of Color #fed298

%41.23
%34.09
%24.68

CMYK Percentages of Color #fed298

%0
%17
%40
%0

Triadic Colors of #fed298

#fed298 #98fed2 #d298fe

Analogous Colors of #fed298

#fed298 #f7fe98 #fe9f98

Monochromatic Colors of #fed298

#fed298

Complementary Color

#fed298 #98c4fe

#fed298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed298 Color CSS Codes

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

#fed298 Text Font Color

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

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


#fed298 Background Color

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

This div background color is #fed298


#fed298 Border Color

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

This div border color is #fed298


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,210,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 #fed298">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed298


Comments

No comments written yet.

Please login to write comment.