Color Hex Logo

#fed640 Color Hex

#FED640
(254,214,64)
0 Favorites   0 Comments

Color spaces of #fed640

RGB 25421464
HSL0.130.990.62
HSV47°75°100°
CMYK 0.000.160.75   0.00
XYZ65.845069.534114.8015
Yxy69.53410.43840.4630
Hunter Lab83.3871-4.978447.8468
CIE-Lab86.7678-0.548274.3499

#fed640 color RGB value is (254,214,64).

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

The process color (four color CMYK) of #fed640 color hex is 0.00, 0.16, 0.75, 0.00. Web safe color of #fed640 is #ffcc33. Color #fed640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01000000
Octal 376 326 100
Decimal 254 214 64
Hex FE D6 40

RGB Percentages of Color #fed640

%47.74
%40.23
%12.03

CMYK Percentages of Color #fed640

%0
%16
%75
%0

Triadic Colors of #fed640

#fed640 #40fed6 #d640fe

Analogous Colors of #fed640

#fed640 #c7fe40 #fe7740

Monochromatic Colors of #fed640

#fed640

Complementary Color

#fed640 #4068fe

#fed640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed640 Color CSS Codes

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

#fed640 Text Font Color

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

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


#fed640 Background Color

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

This div background color is #fed640


#fed640 Border Color

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

This div border color is #fed640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed640


Comments

No comments written yet.

Please login to write comment.