Color Hex Logo

#fccc19 Color Hex

#FCCC19
(252,204,25)
0 Favorites   0 Comments

Color spaces of #fccc19

RGB 25220425
HSL0.130.970.54
HSV47°90°99°
CMYK 0.000.190.90   0.01
XYZ61.913263.951410.0004
Yxy63.95140.45570.4707
Hunter Lab79.9696-1.750548.5644
CIE-Lab83.94052.651582.0746

#fccc19 color RGB value is (252,204,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 00011001
Octal 374 314 31
Decimal 252 204 25
Hex FC CC 19

RGB Percentages of Color #fccc19

%52.39
%42.41
%5.20

CMYK Percentages of Color #fccc19

%0
%19
%90
%1

Triadic Colors of #fccc19

#fccc19 #19fccc #cc19fc

Analogous Colors of #fccc19

#fccc19 #bbfc19 #fc5a19

Monochromatic Colors of #fccc19

#fccc19

Complementary Color

#fccc19 #1949fc

#fccc19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccc19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccc19 Color CSS Codes

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

#fccc19 Text Font Color

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

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


#fccc19 Background Color

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

This div background color is #fccc19


#fccc19 Border Color

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

This div border color is #fccc19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccc19


Comments

No comments written yet.

Please login to write comment.