Color Hex Logo

#fedf75 Color Hex

#FEDF75
(254,223,117)
0 Favorites   0 Comments

Color spaces of #fedf75

RGB 254223117
HSL0.130.990.73
HSV46°54°100°
CMYK 0.000.120.54   0.00
XYZ70.471675.130527.6170
Yxy75.13050.40680.4337
Hunter Lab86.6779-6.560641.7837
CIE-Lab89.4541-1.998355.2169

#fedf75 color RGB value is (254,223,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01110101
Octal 376 337 165
Decimal 254 223 117
Hex FE DF 75

RGB Percentages of Color #fedf75

%42.76
%37.54
%19.70

CMYK Percentages of Color #fedf75

%0
%12
%54
%0

Triadic Colors of #fedf75

#fedf75 #75fedf #df75fe

Analogous Colors of #fedf75

#fedf75 #d9fe75 #fe9b75

Monochromatic Colors of #fedf75

#fedf75

Complementary Color

#fedf75 #7594fe

#fedf75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf75 Color CSS Codes

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

#fedf75 Text Font Color

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

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


#fedf75 Background Color

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

This div background color is #fedf75


#fedf75 Border Color

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

This div border color is #fedf75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf75


Comments

No comments written yet.

Please login to write comment.