Color Hex Logo

#fedb35 Color Hex

#FEDB35
(254,219,53)
1 Favorites   0 Comments

Color spaces of #fedb35

RGB 25421953
HSL0.140.990.60
HSV50°79°100°
CMYK 0.000.140.79   0.00
XYZ66.847271.990913.7406
Yxy71.99090.43810.4718
Hunter Lab84.8475-7.851549.7915
CIE-Lab87.9642-3.471678.9307

#fedb35 color RGB value is (254,219,53).

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

The process color (four color CMYK) of #fedb35 color hex is 0.00, 0.14, 0.79, 0.00. Web safe color of #fedb35 is #ffcc33. Color #fedb35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 00110101
Octal 376 333 65
Decimal 254 219 53
Hex FE DB 35

RGB Percentages of Color #fedb35

%48.29
%41.63
%10.08

CMYK Percentages of Color #fedb35

%0
%14
%79
%0

Triadic Colors of #fedb35

#fedb35 #35fedb #db35fe

Analogous Colors of #fedb35

#fedb35 #bdfe35 #fe7735

Monochromatic Colors of #fedb35

#fedb35

Complementary Color

#fedb35 #3558fe

#fedb35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb35 Color CSS Codes

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

#fedb35 Text Font Color

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

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


#fedb35 Background Color

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

This div background color is #fedb35


#fedb35 Border Color

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

This div border color is #fedb35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb35

Related Colors


Comments

No comments written yet.

Please login to write comment.