Color Hex Logo

#fcd67f Color Hex

#FCD67F
(252,214,127)
0 Favorites   0 Comments

Color spaces of #fcd67f

RGB 252214127
HSL0.120.950.74
HSV42°50°99°
CMYK 0.000.150.50   0.01
XYZ68.022270.320930.0668
Yxy70.32090.40390.4176
Hunter Lab83.8576-1.958037.4421
CIE-Lab87.15402.610847.6134

#fcd67f color RGB value is (252,214,127).

#fcd67f hex color red value is 252, green value is 214 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fcd67f hue: 0.12 , saturation: 0.95 and the lightness value of fcd67f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 01111111
Octal 374 326 177
Decimal 252 214 127
Hex FC D6 7F

RGB Percentages of Color #fcd67f

%42.50
%36.09
%21.42

CMYK Percentages of Color #fcd67f

%0
%15
%50
%1

Triadic Colors of #fcd67f

#fcd67f #7ffcd6 #d67ffc

Analogous Colors of #fcd67f

#fcd67f #e4fc7f #fc987f

Monochromatic Colors of #fcd67f

#fcd67f

Complementary Color

#fcd67f #7fa5fc

#fcd67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd67f Color CSS Codes

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

#fcd67f Text Font Color

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

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


#fcd67f Background Color

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

This div background color is #fcd67f


#fcd67f Border Color

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

This div border color is #fcd67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd67f


Comments

No comments written yet.

Please login to write comment.