Color Hex Logo

#fedf60 Color Hex

#FEDF60
(254,223,96)
1 Favorites   0 Comments

Color spaces of #fedf60

RGB 25422396
HSL0.130.990.69
HSV48°62°100°
CMYK 0.000.120.62   0.00
XYZ69.372074.690721.8268
Yxy74.69070.41820.4502
Hunter Lab86.4238-7.960445.5226
CIE-Lab89.2479-3.475864.4114

#fedf60 color RGB value is (254,223,96).

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

The process color (four color CMYK) of #fedf60 color hex is 0.00, 0.12, 0.62, 0.00. Web safe color of #fedf60 is #ffcc66. Color #fedf60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01100000
Octal 376 337 140
Decimal 254 223 96
Hex FE DF 60

RGB Percentages of Color #fedf60

%44.33
%38.92
%16.75

CMYK Percentages of Color #fedf60

%0
%12
%62
%0

Triadic Colors of #fedf60

#fedf60 #60fedf #df60fe

Analogous Colors of #fedf60

#fedf60 #cefe60 #fe9060

Monochromatic Colors of #fedf60

#fedf60

Complementary Color

#fedf60 #607ffe

#fedf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf60 Color CSS Codes

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

#fedf60 Text Font Color

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

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


#fedf60 Background Color

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

This div background color is #fedf60


#fedf60 Border Color

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

This div border color is #fedf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf60


Comments

No comments written yet.

Please login to write comment.