Color Hex Logo

#fcd82e Color Hex

#FCD82E
(252,216,46)
0 Favorites   0 Comments

Color spaces of #fcd82e

RGB 25221646
HSL0.140.970.58
HSV50°82°99°
CMYK 0.000.140.82   0.01
XYZ65.193970.004412.6609
Yxy70.00440.44090.4735
Hunter Lab83.6686-7.334449.5962
CIE-Lab86.9990-3.007779.9662

#fcd82e color RGB value is (252,216,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 00101110
Octal 374 330 56
Decimal 252 216 46
Hex FC D8 2E

RGB Percentages of Color #fcd82e

%49.03
%42.02
%8.95

CMYK Percentages of Color #fcd82e

%0
%14
%82
%1

Triadic Colors of #fcd82e

#fcd82e #2efcd8 #d82efc

Analogous Colors of #fcd82e

#fcd82e #b9fc2e #fc712e

Monochromatic Colors of #fcd82e

#fcd82e

Complementary Color

#fcd82e #2e52fc

#fcd82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd82e Color CSS Codes

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

#fcd82e Text Font Color

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

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


#fcd82e Background Color

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

This div background color is #fcd82e


#fcd82e Border Color

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

This div border color is #fcd82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd82e


Comments

No comments written yet.

Please login to write comment.