Color Hex Logo

#feb50d Color Hex

#FEB50D
(254,181,13)
0 Favorites   0 Comments

Color spaces of #feb50d

RGB 25418113
HSL0.120.990.52
HSV42°95°100°
CMYK 0.000.290.95   0.00
XYZ57.469654.14767.8033
Yxy54.14760.48120.4534
Hunter Lab73.585110.633945.2222
CIE-Lab78.547715.268379.9385

#feb50d color RGB value is (254,181,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 00001101
Octal 376 265 15
Decimal 254 181 13
Hex FE B5 D

RGB Percentages of Color #feb50d

%56.70
%40.40
%2.90

CMYK Percentages of Color #feb50d

%0
%29
%95
%0

Triadic Colors of #feb50d

#feb50d #0dfeb5 #b50dfe

Analogous Colors of #feb50d

#feb50d #cffe0d #fe3d0d

Monochromatic Colors of #feb50d

#feb50d

Complementary Color

#feb50d #0d56fe

#feb50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb50d Color CSS Codes

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

#feb50d Text Font Color

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

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


#feb50d Background Color

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

This div background color is #feb50d


#feb50d Border Color

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

This div border color is #feb50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb50d

Related Colors


Comments

No comments written yet.

Please login to write comment.