Color Hex Logo

#fede36 Color Hex

#FEDE36
(254,222,54)
0 Favorites   0 Comments

Color spaces of #fede36

RGB 25422254
HSL0.140.990.60
HSV50°79°100°
CMYK 0.000.130.79   0.00
XYZ67.660273.579714.1263
Yxy73.57970.43550.4736
Hunter Lab85.7786-9.315950.2810
CIE-Lab88.7235-4.948979.3098

#fede36 color RGB value is (254,222,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 00110110
Octal 376 336 66
Decimal 254 222 54
Hex FE DE 36

RGB Percentages of Color #fede36

%47.92
%41.89
%10.19

CMYK Percentages of Color #fede36

%0
%13
%79
%0

Triadic Colors of #fede36

#fede36 #36fede #de36fe

Analogous Colors of #fede36

#fede36 #bafe36 #fe7a36

Monochromatic Colors of #fede36

#fede36

Complementary Color

#fede36 #3656fe

#fede36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede36 Color CSS Codes

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

#fede36 Text Font Color

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

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


#fede36 Background Color

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

This div background color is #fede36


#fede36 Border Color

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

This div border color is #fede36


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,222,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 #fede36">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede36


Comments

No comments written yet.

Please login to write comment.