Color Hex Logo

#fed05d Color Hex

#FED05D
(254,208,93)
0 Favorites   0 Comments

Color spaces of #fed05d

RGB 25420893
HSL0.120.990.68
HSV43°63°100°
CMYK 0.000.180.63   0.00
XYZ65.404766.972919.8358
Yxy66.97290.42970.4400
Hunter Lab81.8370-0.556242.9151
CIE-Lab85.49033.970361.6058

#fed05d color RGB value is (254,208,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01011101
Octal 376 320 135
Decimal 254 208 93
Hex FE D0 5D

RGB Percentages of Color #fed05d

%45.77
%37.48
%16.76

CMYK Percentages of Color #fed05d

%0
%18
%63
%0

Triadic Colors of #fed05d

#fed05d #5dfed0 #d05dfe

Analogous Colors of #fed05d

#fed05d #dcfe5d #fe805d

Monochromatic Colors of #fed05d

#fed05d

Complementary Color

#fed05d #5d8bfe

#fed05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed05d Color CSS Codes

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

#fed05d Text Font Color

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

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


#fed05d Background Color

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

This div background color is #fed05d


#fed05d Border Color

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

This div border color is #fed05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed05d


Comments

No comments written yet.

Please login to write comment.