Color Hex Logo

#fed715 Color Hex

#FED715
(254,215,21)
0 Favorites   0 Comments

Color spaces of #fed715

RGB 25421521
HSL0.140.990.54
HSV50°92°100°
CMYK 0.000.150.92   0.00
XYZ65.308869.725910.7258
Yxy69.72590.44810.4784
Hunter Lab83.5020-6.519750.8357
CIE-Lab86.8623-2.159384.9811

#fed715 color RGB value is (254,215,21).

#fed715 hex color red value is 254, green value is 215 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fed715 hue: 0.14 , saturation: 0.99 and the lightness value of fed715 is 0.54.

The process color (four color CMYK) of #fed715 color hex is 0.00, 0.15, 0.92, 0.00. Web safe color of #fed715 is #ffcc00. Color #fed715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 00010101
Octal 376 327 25
Decimal 254 215 21
Hex FE D7 15

RGB Percentages of Color #fed715

%51.84
%43.88
%4.29

CMYK Percentages of Color #fed715

%0
%15
%92
%0

Triadic Colors of #fed715

#fed715 #15fed7 #d715fe

Analogous Colors of #fed715

#fed715 #b1fe15 #fe6215

Monochromatic Colors of #fed715

#fed715

Complementary Color

#fed715 #153cfe

#fed715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed715 Color CSS Codes

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

#fed715 Text Font Color

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

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


#fed715 Background Color

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

This div background color is #fed715


#fed715 Border Color

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

This div border color is #fed715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed715

Related Colors

#fed715 Color Palettes


Comments

No comments written yet.

Please login to write comment.