Color Hex Logo

#fcd13d Color Hex

#FCD13D
(252,209,61)
0 Favorites   0 Comments

Color spaces of #fcd13d

RGB 25220961
HSL0.130.970.61
HSV46°76°99°
CMYK 0.000.170.76   0.01
XYZ63.787766.633313.9144
Yxy66.63330.44190.4617
Hunter Lab81.6292-3.365547.0340
CIE-Lab85.31841.042873.9478

#fcd13d color RGB value is (252,209,61).

#fcd13d hex color red value is 252, green value is 209 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fcd13d hue: 0.13 , saturation: 0.97 and the lightness value of fcd13d is 0.61.

The process color (four color CMYK) of #fcd13d color hex is 0.00, 0.17, 0.76, 0.01. Web safe color of #fcd13d is #ffcc33. Color #fcd13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 00111101
Octal 374 321 75
Decimal 252 209 61
Hex FC D1 3D

RGB Percentages of Color #fcd13d

%48.28
%40.04
%11.69

CMYK Percentages of Color #fcd13d

%0
%17
%76
%1

Triadic Colors of #fcd13d

#fcd13d #3dfcd1 #d13dfc

Analogous Colors of #fcd13d

#fcd13d #c8fc3d #fc723d

Monochromatic Colors of #fcd13d

#fcd13d

Complementary Color

#fcd13d #3d68fc

#fcd13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd13d Color CSS Codes

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

#fcd13d Text Font Color

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

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


#fcd13d Background Color

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

This div background color is #fcd13d


#fcd13d Border Color

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

This div border color is #fcd13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd13d


Comments

No comments written yet.

Please login to write comment.