Color Hex Logo

#febd0d Color Hex

#FEBD0D
(254,189,13)
0 Favorites   0 Comments

Color spaces of #febd0d

RGB 25418913
HSL0.120.990.52
HSV44°95°100°
CMYK 0.000.260.95   0.00
XYZ59.143357.49518.3612
Yxy57.49510.47310.4600
Hunter Lab75.82556.533946.5400
CIE-Lab80.457311.102781.2964

#febd0d color RGB value is (254,189,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 00001101
Octal 376 275 15
Decimal 254 189 13
Hex FE BD D

RGB Percentages of Color #febd0d

%55.70
%41.45
%2.85

CMYK Percentages of Color #febd0d

%0
%26
%95
%0

Triadic Colors of #febd0d

#febd0d #0dfebd #bd0dfe

Analogous Colors of #febd0d

#febd0d #c7fe0d #fe450d

Monochromatic Colors of #febd0d

#febd0d

Complementary Color

#febd0d #0d4efe

#febd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd0d Color CSS Codes

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

#febd0d Text Font Color

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

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


#febd0d Background Color

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

This div background color is #febd0d


#febd0d Border Color

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

This div border color is #febd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd0d


Comments

No comments written yet.

Please login to write comment.