Color Hex Logo

#fed861 Color Hex

#FED861
(254,216,97)
0 Favorites   0 Comments

Color spaces of #fed861

RGB 25421697
HSL0.130.990.69
HSV45°62°100°
CMYK 0.000.150.62   0.00
XYZ67.586671.045621.4602
Yxy71.04560.42220.4438
Hunter Lab84.2886-4.375143.9065
CIE-Lab87.50720.131962.0691

#fed861 color RGB value is (254,216,97).

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

The process color (four color CMYK) of #fed861 color hex is 0.00, 0.15, 0.62, 0.00. Web safe color of #fed861 is #ffcc66. Color #fed861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 01100001
Octal 376 330 141
Decimal 254 216 97
Hex FE D8 61

RGB Percentages of Color #fed861

%44.80
%38.10
%17.11

CMYK Percentages of Color #fed861

%0
%15
%62
%0

Triadic Colors of #fed861

#fed861 #61fed8 #d861fe

Analogous Colors of #fed861

#fed861 #d6fe61 #fe8a61

Monochromatic Colors of #fed861

#fed861

Complementary Color

#fed861 #6187fe

#fed861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed861 Color CSS Codes

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

#fed861 Text Font Color

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

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


#fed861 Background Color

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

This div background color is #fed861


#fed861 Border Color

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

This div border color is #fed861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed861


Comments

No comments written yet.

Please login to write comment.