Color Hex Logo

#fcd705 Color Hex

#FCD705
(252,215,5)
0 Favorites   0 Comments

Color spaces of #fcd705

RGB 2522155
HSL0.140.980.50
HSV51°98°99°
CMYK 0.000.150.98   0.01
XYZ64.472769.307310.1231
Yxy69.30730.44800.4816
Hunter Lab83.2510-7.452251.0662
CIE-Lab86.6560-3.161286.3890

#fcd705 color RGB value is (252,215,5).

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

The process color (four color CMYK) of #fcd705 color hex is 0.00, 0.15, 0.98, 0.01. Web safe color of #fcd705 is #ffcc00. Color #fcd705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 00000101
Octal 374 327 5
Decimal 252 215 5
Hex FC D7 5

RGB Percentages of Color #fcd705

%53.39
%45.55
%1.06

CMYK Percentages of Color #fcd705

%0
%15
%98
%1

Triadic Colors of #fcd705

#fcd705 #05fcd7 #d705fc

Analogous Colors of #fcd705

#fcd705 #a6fc05 #fc5c05

Monochromatic Colors of #fcd705

#fcd705

Complementary Color

#fcd705 #052afc

#fcd705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd705 Color CSS Codes

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

#fcd705 Text Font Color

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

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


#fcd705 Background Color

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

This div background color is #fcd705


#fcd705 Border Color

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

This div border color is #fcd705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd705


Comments

No comments written yet.

Please login to write comment.