Color Hex Logo

#fcd10e Color Hex

#FCD10E
(252,209,14)
0 Favorites   0 Comments

Color spaces of #fcd10e

RGB 25220914
HSL0.140.980.52
HSV49°94°99°
CMYK 0.000.170.94   0.01
XYZ63.024666.32819.8963
Yxy66.32810.45260.4763
Hunter Lab81.4421-4.389949.8049
CIE-Lab85.1635-0.042184.4975

#fcd10e color RGB value is (252,209,14).

#fcd10e hex color red value is 252, green value is 209 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fcd10e hue: 0.14 , saturation: 0.98 and the lightness value of fcd10e is 0.52.

The process color (four color CMYK) of #fcd10e color hex is 0.00, 0.17, 0.94, 0.01. Web safe color of #fcd10e is #ffcc00. Color #fcd10e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 00001110
Octal 374 321 16
Decimal 252 209 14
Hex FC D1 E

RGB Percentages of Color #fcd10e

%53.05
%44.00
%2.95

CMYK Percentages of Color #fcd10e

%0
%17
%94
%1

Triadic Colors of #fcd10e

#fcd10e #0efcd1 #d10efc

Analogous Colors of #fcd10e

#fcd10e #b0fc0e #fc5a0e

Monochromatic Colors of #fcd10e

#fcd10e

Complementary Color

#fcd10e #0e39fc

#fcd10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd10e Color CSS Codes

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

#fcd10e Text Font Color

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

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


#fcd10e Background Color

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

This div background color is #fcd10e


#fcd10e Border Color

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

This div border color is #fcd10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd10e


Comments

No comments written yet.

Please login to write comment.