Color Hex Logo

#fcd719 Color Hex

#FCD719
(252,215,25)
0 Favorites   0 Comments

Color spaces of #fcd719

RGB 25221525
HSL0.140.970.54
HSV50°90°99°
CMYK 0.000.150.90   0.01
XYZ64.620869.366510.9029
Yxy69.36650.44600.4788
Hunter Lab83.2866-7.256050.5390
CIE-Lab86.6852-2.951084.1702

#fcd719 color RGB value is (252,215,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 00011001
Octal 374 327 31
Decimal 252 215 25
Hex FC D7 19

RGB Percentages of Color #fcd719

%51.22
%43.70
%5.08

CMYK Percentages of Color #fcd719

%0
%15
%90
%1

Triadic Colors of #fcd719

#fcd719 #19fcd7 #d719fc

Analogous Colors of #fcd719

#fcd719 #b0fc19 #fc6619

Monochromatic Colors of #fcd719

#fcd719

Complementary Color

#fcd719 #193efc

#fcd719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd719 Color CSS Codes

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

#fcd719 Text Font Color

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

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


#fcd719 Background Color

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

This div background color is #fcd719


#fcd719 Border Color

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

This div border color is #fcd719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd719


Comments

No comments written yet.

Please login to write comment.