Color Hex Logo

#fed662 Color Hex

#FED662
(254,214,98)
0 Favorites   0 Comments

Color spaces of #fed662

RGB 25421498
HSL0.120.990.69
HSV45°61°100°
CMYK 0.000.160.61   0.00
XYZ67.124270.045821.5376
Yxy70.04580.42290.4414
Hunter Lab83.6934-3.301943.3277
CIE-Lab87.01931.214561.0883

#fed662 color RGB value is (254,214,98).

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

The process color (four color CMYK) of #fed662 color hex is 0.00, 0.16, 0.61, 0.00. Web safe color of #fed662 is #ffcc66. Color #fed662 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01100010
Octal 376 326 142
Decimal 254 214 98
Hex FE D6 62

RGB Percentages of Color #fed662

%44.88
%37.81
%17.31

CMYK Percentages of Color #fed662

%0
%16
%61
%0

Triadic Colors of #fed662

#fed662 #62fed6 #d662fe

Analogous Colors of #fed662

#fed662 #d8fe62 #fe8862

Monochromatic Colors of #fed662

#fed662

Complementary Color

#fed662 #628afe

#fed662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed662 Color CSS Codes

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

#fed662 Text Font Color

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

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


#fed662 Background Color

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

This div background color is #fed662


#fed662 Border Color

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

This div border color is #fed662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed662


Comments

No comments written yet.

Please login to write comment.