Color Hex Logo

#fede2f Color Hex

#FEDE2F
(254,222,47)
0 Favorites   0 Comments

Color spaces of #fede2f

RGB 25422247
HSL0.140.990.59
HSV51°81°100°
CMYK 0.000.130.81   0.00
XYZ67.507473.518613.3218
Yxy73.51860.43740.4763
Hunter Lab85.7430-9.513150.8083
CIE-Lab88.6945-5.160281.2195

#fede2f color RGB value is (254,222,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 00101111
Octal 376 336 57
Decimal 254 222 47
Hex FE DE 2F

RGB Percentages of Color #fede2f

%48.57
%42.45
%8.99

CMYK Percentages of Color #fede2f

%0
%13
%81
%0

Triadic Colors of #fede2f

#fede2f #2ffede #de2ffe

Analogous Colors of #fede2f

#fede2f #b7fe2f #fe772f

Monochromatic Colors of #fede2f

#fede2f

Complementary Color

#fede2f #2f4ffe

#fede2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede2f Color CSS Codes

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

#fede2f Text Font Color

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

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


#fede2f Background Color

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

This div background color is #fede2f


#fede2f Border Color

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

This div border color is #fede2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede2f


Comments

No comments written yet.

Please login to write comment.