Color Hex Logo

#fcd28e Color Hex

#FCD28E
(252,210,142)
0 Favorites   0 Comments

Color spaces of #fcd28e

RGB 252210142
HSL0.100.950.77
HSV37°44°99°
CMYK 0.000.170.44   0.01
XYZ68.074068.741635.2718
Yxy68.74160.39560.3995
Hunter Lab82.91061.464632.8142
CIE-Lab86.37596.078139.1527

#fcd28e color RGB value is (252,210,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 10001110
Octal 374 322 216
Decimal 252 210 142
Hex FC D2 8E

RGB Percentages of Color #fcd28e

%41.72
%34.77
%23.51

CMYK Percentages of Color #fcd28e

%0
%17
%44
%1

Triadic Colors of #fcd28e

#fcd28e #8efcd2 #d28efc

Analogous Colors of #fcd28e

#fcd28e #effc8e #fc9b8e

Monochromatic Colors of #fcd28e

#fcd28e

Complementary Color

#fcd28e #8eb8fc

#fcd28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd28e Color CSS Codes

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

#fcd28e Text Font Color

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

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


#fcd28e Background Color

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

This div background color is #fcd28e


#fcd28e Border Color

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

This div border color is #fcd28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd28e


Comments

No comments written yet.

Please login to write comment.