Color Hex Logo

#fcd615 Color Hex

#FCD615
(252,214,21)
0 Favorites   0 Comments

Color spaces of #fcd615

RGB 25221421
HSL0.140.970.54
HSV50°92°99°
CMYK 0.000.150.92   0.01
XYZ64.326868.842710.6071
Yxy68.84270.44740.4788
Hunter Lab82.9715-6.811250.5004
CIE-Lab86.4261-2.501984.5711

#fcd615 color RGB value is (252,214,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 00010101
Octal 374 326 25
Decimal 252 214 21
Hex FC D6 15

RGB Percentages of Color #fcd615

%51.75
%43.94
%4.31

CMYK Percentages of Color #fcd615

%0
%15
%92
%1

Triadic Colors of #fcd615

#fcd615 #15fcd6 #d615fc

Analogous Colors of #fcd615

#fcd615 #affc15 #fc6215

Monochromatic Colors of #fcd615

#fcd615

Complementary Color

#fcd615 #153bfc

#fcd615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd615 Color CSS Codes

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

#fcd615 Text Font Color

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

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


#fcd615 Background Color

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

This div background color is #fcd615


#fcd615 Border Color

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

This div border color is #fcd615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd615

Related Colors


Comments

No comments written yet.

Please login to write comment.