Color Hex Logo

#fed680 Color Hex

#FED680
(254,214,128)
0 Favorites   0 Comments

Color spaces of #fed680

RGB 254214128
HSL0.110.980.75
HSV41°50°100°
CMYK 0.000.160.50   0.00
XYZ68.815970.722530.4459
Yxy70.72250.40480.4161
Hunter Lab84.0967-1.103537.4026
CIE-Lab87.35003.498747.4062

#fed680 color RGB value is (254,214,128).

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

The process color (four color CMYK) of #fed680 color hex is 0.00, 0.16, 0.50, 0.00. Web safe color of #fed680 is #ffcc99. Color #fed680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 10000000
Octal 376 326 200
Decimal 254 214 128
Hex FE D6 80

RGB Percentages of Color #fed680

%42.62
%35.91
%21.48

CMYK Percentages of Color #fed680

%0
%16
%50
%0

Triadic Colors of #fed680

#fed680 #80fed6 #d680fe

Analogous Colors of #fed680

#fed680 #e7fe80 #fe9780

Monochromatic Colors of #fed680

#fed680

Complementary Color

#fed680 #80a8fe

#fed680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed680 Color CSS Codes

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

#fed680 Text Font Color

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

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


#fed680 Background Color

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

This div background color is #fed680


#fed680 Border Color

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

This div border color is #fed680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed680

Related Colors


Comments

No comments written yet.

Please login to write comment.