color codes Logo

#fedf08 color codes

#FEDF08
(254,223,8)
0 Favorites   0 Comments

Color spaces of #fedf08

RGB 2542238
HSL0.150.990.51
HSV52°97°100°
CMYK 0.000.120.97   0.00
XYZ67.304673.863710.9395
Yxy73.86370.44250.4856
Hunter Lab85.9440-10.614852.6140
CIE-Lab88.8580-6.312487.8126

#fedf08 color RGB value is (254,223,8).

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

The process color (four color CMYK) of #fedf08 color code is 0.00, 0.12, 0.97, 0.00. Web safe color of #fedf08 is #ffcc00. Color #fedf08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 00001000
Octal 376 337 10
Decimal 254 223 8
Hex FE DF 8

RGB Percentages of Color #fedf08

%52.37
%45.98
%1.65

CMYK Percentages of Color #fedf08

%0
%12
%97
%0

Triadic Colors of #fedf08

#fedf08 #08fedf #df08fe

Analogous Colors of #fedf08

#fedf08 #a2fe08 #fe6408

Monochromatic Colors of #fedf08

#fedf08

Complementary Color

#fedf08 #0827fe

#fedf08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf08 Color CSS Codes

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

#fedf08 Text Font Color

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

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


#fedf08 Background Color

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

This div background color is #fedf08


#fedf08 Border Color

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

This div border color is #fedf08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf08


Comments

No comments written yet.

Please login to write comment.