Color Hex Logo

#fcd657 Color Hex

#FCD657
(252,214,87)
0 Favorites   0 Comments

Color spaces of #fcd657

RGB 25221487
HSL0.130.960.66
HSV46°65°99°
CMYK 0.000.150.65   0.01
XYZ65.911869.476718.9532
Yxy69.47670.42710.4501
Hunter Lab83.3527-4.716944.8652
CIE-Lab86.7396-0.276765.4669

#fcd657 color RGB value is (252,214,87).

#fcd657 hex color red value is 252, green value is 214 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #fcd657 hue: 0.13 , saturation: 0.96 and the lightness value of fcd657 is 0.66.

The process color (four color CMYK) of #fcd657 color hex is 0.00, 0.15, 0.65, 0.01. Web safe color of #fcd657 is #ffcc66. Color #fcd657 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 01010111
Octal 374 326 127
Decimal 252 214 87
Hex FC D6 57

RGB Percentages of Color #fcd657

%45.57
%38.70
%15.73

CMYK Percentages of Color #fcd657

%0
%15
%65
%1

Triadic Colors of #fcd657

#fcd657 #57fcd6 #d657fc

Analogous Colors of #fcd657

#fcd657 #d0fc57 #fc8457

Monochromatic Colors of #fcd657

#fcd657

Complementary Color

#fcd657 #577dfc

#fcd657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd657 Color CSS Codes

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

#fcd657 Text Font Color

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

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


#fcd657 Background Color

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

This div background color is #fcd657


#fcd657 Border Color

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

This div border color is #fcd657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd657


Comments

No comments written yet.

Please login to write comment.