Color Hex Logo

#fed06d Color Hex

#FED06D
(254,208,109)
0 Favorites   0 Comments

Color spaces of #fed06d

RGB 254208109
HSL0.110.990.71
HSV41°57°100°
CMYK 0.000.180.57   0.00
XYZ66.189267.286723.9671
Yxy67.28670.42040.4274
Hunter Lab82.02850.482840.0966
CIE-Lab85.64855.046054.4983

#fed06d color RGB value is (254,208,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01101101
Octal 376 320 155
Decimal 254 208 109
Hex FE D0 6D

RGB Percentages of Color #fed06d

%44.48
%36.43
%19.09

CMYK Percentages of Color #fed06d

%0
%18
%57
%0

Triadic Colors of #fed06d

#fed06d #6dfed0 #d06dfe

Analogous Colors of #fed06d

#fed06d #e4fe6d #fe886d

Monochromatic Colors of #fed06d

#fed06d

Complementary Color

#fed06d #6d9bfe

#fed06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed06d Color CSS Codes

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

#fed06d Text Font Color

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

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


#fed06d Background Color

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

This div background color is #fed06d


#fed06d Border Color

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

This div border color is #fed06d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,208,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 #fed06d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed06d

Related Colors


Comments

No comments written yet.

Please login to write comment.