Color Hex Logo

#fed95a Color Hex

#FED95A
(254,217,90)
0 Favorites   0 Comments

Color spaces of #fed95a

RGB 25421790
HSL0.130.990.67
HSV46°65°100°
CMYK 0.000.150.65   0.00
XYZ67.531471.434719.9019
Yxy71.43470.42510.4496
Hunter Lab84.5191-5.285445.2022
CIE-Lab87.6958-0.802765.2826

#fed95a color RGB value is (254,217,90).

#fed95a hex color red value is 254, green value is 217 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fed95a hue: 0.13 , saturation: 0.99 and the lightness value of fed95a is 0.67.

The process color (four color CMYK) of #fed95a color hex is 0.00, 0.15, 0.65, 0.00. Web safe color of #fed95a is #ffcc66. Color #fed95a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 01011010
Octal 376 331 132
Decimal 254 217 90
Hex FE D9 5A

RGB Percentages of Color #fed95a

%45.28
%38.68
%16.04

CMYK Percentages of Color #fed95a

%0
%15
%65
%0

Triadic Colors of #fed95a

#fed95a #5afed9 #d95afe

Analogous Colors of #fed95a

#fed95a #d1fe5a #fe875a

Monochromatic Colors of #fed95a

#fed95a

Complementary Color

#fed95a #5a7ffe

#fed95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed95a Color CSS Codes

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

#fed95a Text Font Color

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

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


#fed95a Background Color

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

This div background color is #fed95a


#fed95a Border Color

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

This div border color is #fed95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed95a

Related Colors


Comments

No comments written yet.

Please login to write comment.