Color Hex Logo

#feda28 Color Hex

#FEDA28
(254,218,40)
0 Favorites   0 Comments

Color spaces of #feda28

RGB 25421840
HSL0.140.990.58
HSV50°84°100°
CMYK 0.000.140.84   0.00
XYZ66.327571.366812.2868
Yxy71.36680.44220.4758
Hunter Lab84.4789-7.691150.5119
CIE-Lab87.6629-3.328282.0819

#feda28 color RGB value is (254,218,40).

#feda28 hex color red value is 254, green value is 218 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #feda28 hue: 0.14 , saturation: 0.99 and the lightness value of feda28 is 0.58.

The process color (four color CMYK) of #feda28 color hex is 0.00, 0.14, 0.84, 0.00. Web safe color of #feda28 is #ffcc33. Color #feda28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00101000
Octal 376 332 50
Decimal 254 218 40
Hex FE DA 28

RGB Percentages of Color #feda28

%49.61
%42.58
%7.81

CMYK Percentages of Color #feda28

%0
%14
%84
%0

Triadic Colors of #feda28

#feda28 #28feda #da28fe

Analogous Colors of #feda28

#feda28 #b7fe28 #fe6f28

Monochromatic Colors of #feda28

#feda28

Complementary Color

#feda28 #284cfe

#feda28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda28 Color CSS Codes

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

#feda28 Text Font Color

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

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


#feda28 Background Color

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

This div background color is #feda28


#feda28 Border Color

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

This div border color is #feda28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda28


Comments

No comments written yet.

Please login to write comment.