Color Hex Logo

#fedb24 Color Hex

#FEDB24
(254,219,36)
0 Favorites   0 Comments

Color spaces of #fedb24

RGB 25421936
HSL0.140.990.57
HSV50°86°100°
CMYK 0.000.140.86   0.00
XYZ66.523071.861212.0335
Yxy71.86120.44230.4777
Hunter Lab84.7710-8.273550.9233
CIE-Lab87.9017-3.922383.1624

#fedb24 color RGB value is (254,219,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 00100100
Octal 376 333 44
Decimal 254 219 36
Hex FE DB 24

RGB Percentages of Color #fedb24

%49.90
%43.03
%7.07

CMYK Percentages of Color #fedb24

%0
%14
%86
%0

Triadic Colors of #fedb24

#fedb24 #24fedb #db24fe

Analogous Colors of #fedb24

#fedb24 #b4fe24 #fe6e24

Monochromatic Colors of #fedb24

#fedb24

Complementary Color

#fedb24 #2447fe

#fedb24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb24 Color CSS Codes

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

#fedb24 Text Font Color

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

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


#fedb24 Background Color

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

This div background color is #fedb24


#fedb24 Border Color

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

This div border color is #fedb24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb24


Comments

No comments written yet.

Please login to write comment.