Color Hex Logo

#fed48a Color Hex

#FED48A
(254,212,138)
0 Favorites   0 Comments

Color spaces of #fed48a

RGB 254212138
HSL0.110.980.77
HSV38°46°100°
CMYK 0.000.170.46   0.00
XYZ69.004069.992833.9178
Yxy69.99280.39910.4048
Hunter Lab83.66170.818534.5261
CIE-Lab86.99335.444841.9978

#fed48a color RGB value is (254,212,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 10001010
Octal 376 324 212
Decimal 254 212 138
Hex FE D4 8A

RGB Percentages of Color #fed48a

%42.05
%35.10
%22.85

CMYK Percentages of Color #fed48a

%0
%17
%46
%0

Triadic Colors of #fed48a

#fed48a #8afed4 #d48afe

Analogous Colors of #fed48a

#fed48a #eefe8a #fe9a8a

Monochromatic Colors of #fed48a

#fed48a

Complementary Color

#fed48a #8ab4fe

#fed48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed48a Color CSS Codes

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

#fed48a Text Font Color

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

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


#fed48a Background Color

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

This div background color is #fed48a


#fed48a Border Color

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

This div border color is #fed48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed48a


Comments

No comments written yet.

Please login to write comment.