Color Hex Logo

#fcd28f Color Hex

#FCD28F
(252,210,143)
0 Favorites   0 Comments

Color spaces of #fcd28f

RGB 252210143
HSL0.100.950.77
HSV37°43°99°
CMYK 0.000.170.43   0.01
XYZ68.149468.771835.6690
Yxy68.77180.39490.3985
Hunter Lab82.92881.562832.5485
CIE-Lab86.39096.178538.6649

#fcd28f color RGB value is (252,210,143).

#fcd28f hex color red value is 252, green value is 210 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fcd28f hue: 0.10 , saturation: 0.95 and the lightness value of fcd28f is 0.77.

The process color (four color CMYK) of #fcd28f color hex is 0.00, 0.17, 0.43, 0.01. Web safe color of #fcd28f is #ffcc99. Color #fcd28f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 10001111
Octal 374 322 217
Decimal 252 210 143
Hex FC D2 8F

RGB Percentages of Color #fcd28f

%41.65
%34.71
%23.64

CMYK Percentages of Color #fcd28f

%0
%17
%43
%1

Triadic Colors of #fcd28f

#fcd28f #8ffcd2 #d28ffc

Analogous Colors of #fcd28f

#fcd28f #f0fc8f #fc9c8f

Monochromatic Colors of #fcd28f

#fcd28f

Complementary Color

#fcd28f #8fb9fc

#fcd28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd28f Color CSS Codes

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

#fcd28f Text Font Color

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

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


#fcd28f Background Color

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

This div background color is #fcd28f


#fcd28f Border Color

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

This div border color is #fcd28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd28f


Comments

No comments written yet.

Please login to write comment.