Color Hex Logo

#fedf2f Color Hex

#FEDF2F
(254,223,47)
0 Favorites   0 Comments

Color spaces of #fedf2f

RGB 25422347
HSL0.140.990.59
HSV51°81°100°
CMYK 0.000.120.81   0.00
XYZ67.773874.051413.4106
Yxy74.05140.43660.4770
Hunter Lab86.0531-10.009850.9974
CIE-Lab88.9468-5.661781.4344

#fedf2f color RGB value is (254,223,47).

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

The process color (four color CMYK) of #fedf2f color hex is 0.00, 0.12, 0.81, 0.00. Web safe color of #fedf2f is #ffcc33. Color #fedf2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 00101111
Octal 376 337 57
Decimal 254 223 47
Hex FE DF 2F

RGB Percentages of Color #fedf2f

%48.47
%42.56
%8.97

CMYK Percentages of Color #fedf2f

%0
%12
%81
%0

Triadic Colors of #fedf2f

#fedf2f #2ffedf #df2ffe

Analogous Colors of #fedf2f

#fedf2f #b6fe2f #fe782f

Monochromatic Colors of #fedf2f

#fedf2f

Complementary Color

#fedf2f #2f4efe

#fedf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf2f Color CSS Codes

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

#fedf2f Text Font Color

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

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


#fedf2f Background Color

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

This div background color is #fedf2f


#fedf2f Border Color

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

This div border color is #fedf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf2f

Related Colors


Comments

No comments written yet.

Please login to write comment.