Color Hex Logo

#fdc215 Color Hex

#FDC215
(253,194,21)
0 Favorites   0 Comments

Color spaces of #fdc215

RGB 25319421
HSL0.120.980.54
HSV45°92°99°
CMYK 0.000.230.92   0.01
XYZ59.935259.52049.0391
Yxy59.52040.46640.4632
Hunter Lab77.14953.660047.0580
CIE-Lab81.57688.173980.9886

#fdc215 color RGB value is (253,194,21).

#fdc215 hex color red value is 253, green value is 194 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fdc215 hue: 0.12 , saturation: 0.98 and the lightness value of fdc215 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 00010101
Octal 375 302 25
Decimal 253 194 21
Hex FD C2 15

RGB Percentages of Color #fdc215

%54.06
%41.45
%4.49

CMYK Percentages of Color #fdc215

%0
%23
%92
%1

Triadic Colors of #fdc215

#fdc215 #15fdc2 #c215fd

Analogous Colors of #fdc215

#fdc215 #c4fd15 #fd4e15

Monochromatic Colors of #fdc215

#fdc215

Complementary Color

#fdc215 #1550fd

#fdc215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc215 Color CSS Codes

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

#fdc215 Text Font Color

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

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


#fdc215 Background Color

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

This div background color is #fdc215


#fdc215 Border Color

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

This div border color is #fdc215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc215


Comments

No comments written yet.

Please login to write comment.