Color Hex Logo

#fedf81 Color Hex

#FEDF81
(254,223,129)
0 Favorites   0 Comments

Color spaces of #fedf81

RGB 254223129
HSL0.130.980.75
HSV45°49°100°
CMYK 0.000.120.49   0.00
XYZ71.223275.431231.5747
Yxy75.43120.39960.4232
Hunter Lab86.8511-5.608739.2409
CIE-Lab89.5946-1.000849.6794

#fedf81 color RGB value is (254,223,129).

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

The process color (four color CMYK) of #fedf81 color hex is 0.00, 0.12, 0.49, 0.00. Web safe color of #fedf81 is #ffcc99. Color #fedf81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 10000001
Octal 376 337 201
Decimal 254 223 129
Hex FE DF 81

RGB Percentages of Color #fedf81

%41.91
%36.80
%21.29

CMYK Percentages of Color #fedf81

%0
%12
%49
%0

Triadic Colors of #fedf81

#fedf81 #81fedf #df81fe

Analogous Colors of #fedf81

#fedf81 #dffe81 #fea181

Monochromatic Colors of #fedf81

#fedf81

Complementary Color

#fedf81 #81a0fe

#fedf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf81 Color CSS Codes

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

#fedf81 Text Font Color

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

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


#fedf81 Background Color

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

This div background color is #fedf81


#fedf81 Border Color

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

This div border color is #fedf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf81

Related Colors


Comments

No comments written yet.

Please login to write comment.