Color Hex Logo

#fcd51e Color Hex

#FCD51E
(252,213,30)
0 Favorites   0 Comments

Color spaces of #fcd51e

RGB 25221330
HSL0.140.970.55
HSV49°88°99°
CMYK 0.000.150.88   0.01
XYZ64.173568.377711.0442
Yxy68.37770.44690.4762
Hunter Lab82.6908-6.181249.9648
CIE-Lab86.1950-1.854682.9255

#fcd51e color RGB value is (252,213,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010101 00011110
Octal 374 325 36
Decimal 252 213 30
Hex FC D5 1E

RGB Percentages of Color #fcd51e

%50.91
%43.03
%6.06

CMYK Percentages of Color #fcd51e

%0
%15
%88
%1

Triadic Colors of #fcd51e

#fcd51e #1efcd5 #d51efc

Analogous Colors of #fcd51e

#fcd51e #b4fc1e #fc661e

Monochromatic Colors of #fcd51e

#fcd51e

Complementary Color

#fcd51e #1e45fc

#fcd51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd51e Color CSS Codes

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

#fcd51e Text Font Color

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

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


#fcd51e Background Color

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

This div background color is #fcd51e


#fcd51e Border Color

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

This div border color is #fcd51e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,213,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 #fcd51e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd51e


Comments

No comments written yet.

Please login to write comment.