Color Hex Logo

#fed88a Color Hex

#FED88A
(254,216,138)
0 Favorites   0 Comments

Color spaces of #fed88a

RGB 254216138
HSL0.110.980.77
HSV40°46°100°
CMYK 0.000.150.46   0.00
XYZ70.016472.017534.2553
Yxy72.01750.39720.4085
Hunter Lab84.8631-1.238935.4716
CIE-Lab87.97703.391943.2456

#fed88a color RGB value is (254,216,138).

#fed88a hex color red value is 254, green value is 216 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fed88a hue: 0.11 , saturation: 0.98 and the lightness value of fed88a is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 10001010
Octal 376 330 212
Decimal 254 216 138
Hex FE D8 8A

RGB Percentages of Color #fed88a

%41.78
%35.53
%22.70

CMYK Percentages of Color #fed88a

%0
%15
%46
%0

Triadic Colors of #fed88a

#fed88a #8afed8 #d88afe

Analogous Colors of #fed88a

#fed88a #eafe8a #fe9e8a

Monochromatic Colors of #fed88a

#fed88a

Complementary Color

#fed88a #8ab0fe

#fed88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed88a Color CSS Codes

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

#fed88a Text Font Color

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

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


#fed88a Background Color

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

This div background color is #fed88a


#fed88a Border Color

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

This div border color is #fed88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed88a


Comments

No comments written yet.

Please login to write comment.