Color Hex Logo

#fed798 Color Hex

#FED798
(254,215,152)
0 Favorites   0 Comments

Color spaces of #fed798

RGB 254215152
HSL0.100.980.80
HSV37°40°100°
CMYK 0.000.150.40   0.00
XYZ70.841071.938739.8576
Yxy71.93870.38790.3939
Hunter Lab84.81670.658431.5097
CIE-Lab87.93915.321236.1358

#fed798 color RGB value is (254,215,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 10011000
Octal 376 327 230
Decimal 254 215 152
Hex FE D7 98

RGB Percentages of Color #fed798

%40.90
%34.62
%24.48

CMYK Percentages of Color #fed798

%0
%15
%40
%0

Triadic Colors of #fed798

#fed798 #98fed7 #d798fe

Analogous Colors of #fed798

#fed798 #f2fe98 #fea498

Monochromatic Colors of #fed798

#fed798

Complementary Color

#fed798 #98bffe

#fed798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed798 Color CSS Codes

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

#fed798 Text Font Color

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

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


#fed798 Background Color

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

This div background color is #fed798


#fed798 Border Color

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

This div border color is #fed798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed798


Comments

No comments written yet.

Please login to write comment.