Color Hex Logo

#fcd82a Color Hex

#FCD82A
(252,216,42)
0 Favorites   0 Comments

Color spaces of #fcd82a

RGB 25221642
HSL0.140.970.58
HSV50°83°99°
CMYK 0.000.140.83   0.01
XYZ65.118769.974312.2648
Yxy69.97430.44190.4749
Hunter Lab83.6506-7.433549.8624
CIE-Lab86.9843-3.113780.9695

#fcd82a color RGB value is (252,216,42).

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

The process color (four color CMYK) of #fcd82a color hex is 0.00, 0.14, 0.83, 0.01. Web safe color of #fcd82a is #ffcc33. Color #fcd82a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 00101010
Octal 374 330 52
Decimal 252 216 42
Hex FC D8 2A

RGB Percentages of Color #fcd82a

%49.41
%42.35
%8.24

CMYK Percentages of Color #fcd82a

%0
%14
%83
%1

Triadic Colors of #fcd82a

#fcd82a #2afcd8 #d82afc

Analogous Colors of #fcd82a

#fcd82a #b7fc2a #fc6f2a

Monochromatic Colors of #fcd82a

#fcd82a

Complementary Color

#fcd82a #2a4efc

#fcd82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd82a Color CSS Codes

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

#fcd82a Text Font Color

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

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


#fcd82a Background Color

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

This div background color is #fcd82a


#fcd82a Border Color

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

This div border color is #fcd82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd82a


Comments

No comments written yet.

Please login to write comment.