Color Hex Logo

#fcc21d Color Hex

#FCC21D
(252,194,29)
0 Favorites   0 Comments

Color spaces of #fcc21d

RGB 25219429
HSL0.120.970.55
HSV44°88°99°
CMYK 0.000.230.88   0.01
XYZ59.658459.36779.4772
Yxy59.36770.46430.4620
Hunter Lab77.05043.370246.6426
CIE-Lab81.49337.872879.4573

#fcc21d color RGB value is (252,194,29).

#fcc21d hex color red value is 252, green value is 194 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fcc21d hue: 0.12 , saturation: 0.97 and the lightness value of fcc21d is 0.55.

The process color (four color CMYK) of #fcc21d color hex is 0.00, 0.23, 0.88, 0.01. Web safe color of #fcc21d is #ffcc33. Color #fcc21d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 00011101
Octal 374 302 35
Decimal 252 194 29
Hex FC C2 1D

RGB Percentages of Color #fcc21d

%53.05
%40.84
%6.11

CMYK Percentages of Color #fcc21d

%0
%23
%88
%1

Triadic Colors of #fcc21d

#fcc21d #1dfcc2 #c21dfc

Analogous Colors of #fcc21d

#fcc21d #c7fc1d #fc531d

Monochromatic Colors of #fcc21d

#fcc21d

Complementary Color

#fcc21d #1d57fc

#fcc21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc21d Color CSS Codes

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

#fcc21d Text Font Color

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

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


#fcc21d Background Color

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

This div background color is #fcc21d


#fcc21d Border Color

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

This div border color is #fcc21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc21d


Comments

No comments written yet.

Please login to write comment.