Color Hex Logo

#fede0d Color Hex

#FEDE0D
(254,222,13)
0 Favorites   0 Comments

Color spaces of #fede0d

RGB 25422213
HSL0.140.990.52
HSV52°95°100°
CMYK 0.000.130.95   0.00
XYZ67.067073.342411.0025
Yxy73.34240.44290.4844
Hunter Lab85.6402-10.082452.3309
CIE-Lab88.6108-5.771787.2082

#fede0d color RGB value is (254,222,13).

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

The process color (four color CMYK) of #fede0d color hex is 0.00, 0.13, 0.95, 0.00. Web safe color of #fede0d is #ffcc00. Color #fede0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 00001101
Octal 376 336 15
Decimal 254 222 13
Hex FE DE D

RGB Percentages of Color #fede0d

%51.94
%45.40
%2.66

CMYK Percentages of Color #fede0d

%0
%13
%95
%0

Triadic Colors of #fede0d

#fede0d #0dfede #de0dfe

Analogous Colors of #fede0d

#fede0d #a6fe0d #fe660d

Monochromatic Colors of #fede0d

#fede0d

Complementary Color

#fede0d #0d2dfe

#fede0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede0d Color CSS Codes

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

#fede0d Text Font Color

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

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


#fede0d Background Color

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

This div background color is #fede0d


#fede0d Border Color

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

This div border color is #fede0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede0d


Comments

No comments written yet.

Please login to write comment.