Color Hex Logo

#fcd67c Color Hex

#FCD67C
(252,214,124)
0 Favorites   0 Comments

Color spaces of #fcd67c

RGB 252214124
HSL0.120.960.74
HSV42°51°99°
CMYK 0.000.150.51   0.01
XYZ67.829570.243829.0522
Yxy70.24380.40590.4203
Hunter Lab83.8116-2.208538.1160
CIE-Lab87.11632.350649.0301

#fcd67c color RGB value is (252,214,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 01111100
Octal 374 326 174
Decimal 252 214 124
Hex FC D6 7C

RGB Percentages of Color #fcd67c

%42.71
%36.27
%21.02

CMYK Percentages of Color #fcd67c

%0
%15
%51
%1

Triadic Colors of #fcd67c

#fcd67c #7cfcd6 #d67cfc

Analogous Colors of #fcd67c

#fcd67c #e2fc7c #fc967c

Monochromatic Colors of #fcd67c

#fcd67c

Complementary Color

#fcd67c #7ca2fc

#fcd67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd67c Color CSS Codes

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

#fcd67c Text Font Color

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

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


#fcd67c Background Color

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

This div background color is #fcd67c


#fcd67c Border Color

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

This div border color is #fcd67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd67c


Comments

No comments written yet.

Please login to write comment.