Color Hex Logo

#fedb5b Color Hex

#FEDB5B
(254,219,91)
0 Favorites   0 Comments

Color spaces of #fedb5b

RGB 25421991
HSL0.130.990.68
HSV47°64°100°
CMYK 0.000.140.64   0.00
XYZ68.092972.489220.3005
Yxy72.48920.42320.4506
Hunter Lab85.1406-6.237145.4616
CIE-Lab88.2035-1.758165.4053

#fedb5b color RGB value is (254,219,91).

#fedb5b hex color red value is 254, green value is 219 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fedb5b hue: 0.13 , saturation: 0.99 and the lightness value of fedb5b is 0.68.

The process color (four color CMYK) of #fedb5b color hex is 0.00, 0.14, 0.64, 0.00. Web safe color of #fedb5b is #ffcc66. Color #fedb5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01011011
Octal 376 333 133
Decimal 254 219 91
Hex FE DB 5B

RGB Percentages of Color #fedb5b

%45.04
%38.83
%16.13

CMYK Percentages of Color #fedb5b

%0
%14
%64
%0

Triadic Colors of #fedb5b

#fedb5b #5bfedb #db5bfe

Analogous Colors of #fedb5b

#fedb5b #d0fe5b #fe8a5b

Monochromatic Colors of #fedb5b

#fedb5b

Complementary Color

#fedb5b #5b7efe

#fedb5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb5b Color CSS Codes

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

#fedb5b Text Font Color

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

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


#fedb5b Background Color

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

This div background color is #fedb5b


#fedb5b Border Color

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

This div border color is #fedb5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb5b


Comments

No comments written yet.

Please login to write comment.