Color Hex Logo

#fedb13 Color Hex

#FEDB13
(254,219,19)
0 Favorites   0 Comments

Color spaces of #fedb13

RGB 25421919
HSL0.140.990.54
HSV51°93°100°
CMYK 0.000.140.93   0.00
XYZ66.322171.780910.9756
Yxy71.78090.44490.4815
Hunter Lab84.7236-8.535651.6257
CIE-Lab87.8630-4.202885.9950

#fedb13 color RGB value is (254,219,19).

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

The process color (four color CMYK) of #fedb13 color hex is 0.00, 0.14, 0.93, 0.00. Web safe color of #fedb13 is #ffcc00. Color #fedb13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 00010011
Octal 376 333 23
Decimal 254 219 19
Hex FE DB 13

RGB Percentages of Color #fedb13

%51.63
%44.51
%3.86

CMYK Percentages of Color #fedb13

%0
%14
%93
%0

Triadic Colors of #fedb13

#fedb13 #13fedb #db13fe

Analogous Colors of #fedb13

#fedb13 #acfe13 #fe6613

Monochromatic Colors of #fedb13

#fedb13

Complementary Color

#fedb13 #1336fe

#fedb13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb13 Color CSS Codes

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

#fedb13 Text Font Color

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

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


#fedb13 Background Color

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

This div background color is #fedb13


#fedb13 Border Color

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

This div border color is #fedb13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb13

Related Colors


Comments

No comments written yet.

Please login to write comment.