Color Hex Logo

#fcd718 Color Hex

#FCD718
(252,215,24)
0 Favorites   0 Comments

Color spaces of #fcd718

RGB 25221524
HSL0.140.970.54
HSV50°90°99°
CMYK 0.000.150.90   0.01
XYZ64.610269.362310.8471
Yxy69.36230.44610.4790
Hunter Lab83.2840-7.270150.5768
CIE-Lab86.6831-2.966184.3254

#fcd718 color RGB value is (252,215,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 00011000
Octal 374 327 30
Decimal 252 215 24
Hex FC D7 18

RGB Percentages of Color #fcd718

%51.32
%43.79
%4.89

CMYK Percentages of Color #fcd718

%0
%15
%90
%1

Triadic Colors of #fcd718

#fcd718 #18fcd7 #d718fc

Analogous Colors of #fcd718

#fcd718 #affc18 #fc6518

Monochromatic Colors of #fcd718

#fcd718

Complementary Color

#fcd718 #183dfc

#fcd718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd718 Color CSS Codes

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

#fcd718 Text Font Color

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

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


#fcd718 Background Color

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

This div background color is #fcd718


#fcd718 Border Color

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

This div border color is #fcd718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd718


Comments

No comments written yet.

Please login to write comment.