Color Hex Logo

#fcc21e Color Hex

#FCC21E
(252,194,30)
0 Favorites   0 Comments

Color spaces of #fcc21e

RGB 25219430
HSL0.120.970.55
HSV44°88°99°
CMYK 0.000.230.88   0.01
XYZ59.671059.37289.5434
Yxy59.37280.46410.4617
Hunter Lab77.05373.387746.5943
CIE-Lab81.49617.890979.2562

#fcc21e color RGB value is (252,194,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 00011110
Octal 374 302 36
Decimal 252 194 30
Hex FC C2 1E

RGB Percentages of Color #fcc21e

%52.94
%40.76
%6.30

CMYK Percentages of Color #fcc21e

%0
%23
%88
%1

Triadic Colors of #fcc21e

#fcc21e #1efcc2 #c21efc

Analogous Colors of #fcc21e

#fcc21e #c7fc1e #fc531e

Monochromatic Colors of #fcc21e

#fcc21e

Complementary Color

#fcc21e #1e58fc

#fcc21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc21e Color CSS Codes

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

#fcc21e Text Font Color

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

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


#fcc21e Background Color

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

This div background color is #fcc21e


#fcc21e Border Color

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

This div border color is #fcc21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc21e

Related Colors


Comments

No comments written yet.

Please login to write comment.