Color Hex Logo

#fedc02 Color Hex

#FEDC02
(254,220,2)
0 Favorites   0 Comments

Color spaces of #fedc02

RGB 2542202
HSL0.140.990.50
HSV52°99°100°
CMYK 0.000.130.99   0.00
XYZ66.477272.261610.5016
Yxy72.26160.44540.4842
Hunter Lab85.0068-9.171052.1802
CIE-Lab88.0944-4.854587.7535

#fedc02 color RGB value is (254,220,2).

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

The process color (four color CMYK) of #fedc02 color hex is 0.00, 0.13, 0.99, 0.00. Web safe color of #fedc02 is #ffcc00. Color #fedc02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 00000010
Octal 376 334 2
Decimal 254 220 2
Hex FE DC 2

RGB Percentages of Color #fedc02

%53.36
%46.22
%0.42

CMYK Percentages of Color #fedc02

%0
%13
%99
%0

Triadic Colors of #fedc02

#fedc02 #02fedc #dc02fe

Analogous Colors of #fedc02

#fedc02 #a2fe02 #fe5e02

Monochromatic Colors of #fedc02

#fedc02

Complementary Color

#fedc02 #0224fe

#fedc02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc02 Color CSS Codes

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

#fedc02 Text Font Color

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

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


#fedc02 Background Color

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

This div background color is #fedc02


#fedc02 Border Color

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

This div border color is #fedc02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc02


Comments

No comments written yet.

Please login to write comment.