Color Hex Logo

#fed781 Color Hex

#FED781
(254,215,129)
0 Favorites   0 Comments

Color spaces of #fed781

RGB 254215129
HSL0.110.980.75
HSV41°49°100°
CMYK 0.000.150.49   0.00
XYZ69.135971.256730.8789
Yxy71.25670.40370.4160
Hunter Lab84.4137-1.530137.4010
CIE-Lab87.60963.074847.2366

#fed781 color RGB value is (254,215,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 10000001
Octal 376 327 201
Decimal 254 215 129
Hex FE D7 81

RGB Percentages of Color #fed781

%42.47
%35.95
%21.57

CMYK Percentages of Color #fed781

%0
%15
%49
%0

Triadic Colors of #fed781

#fed781 #81fed7 #d781fe

Analogous Colors of #fed781

#fed781 #e7fe81 #fe9981

Monochromatic Colors of #fed781

#fed781

Complementary Color

#fed781 #81a8fe

#fed781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed781 Color CSS Codes

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

#fed781 Text Font Color

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

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


#fed781 Background Color

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

This div background color is #fed781


#fed781 Border Color

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

This div border color is #fed781


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,215,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 #fed781">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed781


Comments

No comments written yet.

Please login to write comment.