Color Hex Logo

#fed16d Color Hex

#FED16D
(254,209,109)
0 Favorites   0 Comments

Color spaces of #fed16d

RGB 254209109
HSL0.110.990.71
HSV41°57°100°
CMYK 0.000.180.57   0.00
XYZ66.433867.775924.0486
Yxy67.77590.41980.4283
Hunter Lab82.3261-0.028540.3089
CIE-Lab85.89434.532054.7853

#fed16d color RGB value is (254,209,109).

#fed16d hex color red value is 254, green value is 209 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fed16d hue: 0.11 , saturation: 0.99 and the lightness value of fed16d is 0.71.

The process color (four color CMYK) of #fed16d color hex is 0.00, 0.18, 0.57, 0.00. Web safe color of #fed16d is #ffcc66. Color #fed16d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 01101101
Octal 376 321 155
Decimal 254 209 109
Hex FE D1 6D

RGB Percentages of Color #fed16d

%44.41
%36.54
%19.06

CMYK Percentages of Color #fed16d

%0
%18
%57
%0

Triadic Colors of #fed16d

#fed16d #6dfed1 #d16dfe

Analogous Colors of #fed16d

#fed16d #e3fe6d #fe896d

Monochromatic Colors of #fed16d

#fed16d

Complementary Color

#fed16d #6d9afe

#fed16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed16d Color CSS Codes

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

#fed16d Text Font Color

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

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


#fed16d Background Color

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

This div background color is #fed16d


#fed16d Border Color

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

This div border color is #fed16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed16d


Comments

No comments written yet.

Please login to write comment.