Color Hex Logo

#fed25d Color Hex

#FED25D
(254,210,93)
0 Favorites   0 Comments

Color spaces of #fed25d

RGB 25421093
HSL0.120.990.68
HSV44°63°100°
CMYK 0.000.170.63   0.00
XYZ65.895467.954319.9994
Yxy67.95430.42830.4417
Hunter Lab82.4344-1.573143.3197
CIE-Lab85.98362.945162.1455

#fed25d color RGB value is (254,210,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01011101
Octal 376 322 135
Decimal 254 210 93
Hex FE D2 5D

RGB Percentages of Color #fed25d

%45.60
%37.70
%16.70

CMYK Percentages of Color #fed25d

%0
%17
%63
%0

Triadic Colors of #fed25d

#fed25d #5dfed2 #d25dfe

Analogous Colors of #fed25d

#fed25d #dafe5d #fe825d

Monochromatic Colors of #fed25d

#fed25d

Complementary Color

#fed25d #5d89fe

#fed25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed25d Color CSS Codes

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

#fed25d Text Font Color

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

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


#fed25d Background Color

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

This div background color is #fed25d


#fed25d Border Color

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

This div border color is #fed25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed25d

Related Colors


Comments

No comments written yet.

Please login to write comment.