Color Hex Logo

#fedf36 Color Hex

#FEDF36
(254,223,54)
0 Favorites   0 Comments

Color spaces of #fedf36

RGB 25422354
HSL0.140.990.60
HSV51°79°100°
CMYK 0.000.120.79   0.00
XYZ67.926674.112514.2151
Yxy74.11250.43470.4743
Hunter Lab86.0886-9.813050.4720
CIE-Lab88.9756-5.450679.5328

#fedf36 color RGB value is (254,223,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 00110110
Octal 376 337 66
Decimal 254 223 54
Hex FE DF 36

RGB Percentages of Color #fedf36

%47.83
%42.00
%10.17

CMYK Percentages of Color #fedf36

%0
%12
%79
%0

Triadic Colors of #fedf36

#fedf36 #36fedf #df36fe

Analogous Colors of #fedf36

#fedf36 #b9fe36 #fe7b36

Monochromatic Colors of #fedf36

#fedf36

Complementary Color

#fedf36 #3655fe

#fedf36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf36 Color CSS Codes

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

#fedf36 Text Font Color

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

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


#fedf36 Background Color

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

This div background color is #fedf36


#fedf36 Border Color

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

This div border color is #fedf36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf36


Comments

No comments written yet.

Please login to write comment.