Color Hex Logo

#fed215 Color Hex

#FED215
(254,210,21)
0 Favorites   0 Comments

Color spaces of #fed215

RGB 25421021
HSL0.140.990.54
HSV49°92°100°
CMYK 0.000.170.92   0.00
XYZ64.055067.218210.3078
Yxy67.21820.45240.4748
Hunter Lab81.9867-4.017349.9364
CIE-Lab85.61400.379384.0448

#fed215 color RGB value is (254,210,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 00010101
Octal 376 322 25
Decimal 254 210 21
Hex FE D2 15

RGB Percentages of Color #fed215

%52.37
%43.30
%4.33

CMYK Percentages of Color #fed215

%0
%17
%92
%0

Triadic Colors of #fed215

#fed215 #15fed2 #d215fe

Analogous Colors of #fed215

#fed215 #b6fe15 #fe5d15

Monochromatic Colors of #fed215

#fed215

Complementary Color

#fed215 #1541fe

#fed215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed215 Color CSS Codes

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

#fed215 Text Font Color

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

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


#fed215 Background Color

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

This div background color is #fed215


#fed215 Border Color

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

This div border color is #fed215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed215


Comments

No comments written yet.

Please login to write comment.