Color Hex Logo

#fcd28a Color Hex

#FCD28A
(252,210,138)
0 Favorites   0 Comments

Color spaces of #fcd28a

RGB 252210138
HSL0.110.950.76
HSV38°45°99°
CMYK 0.000.170.45   0.01
XYZ67.778968.623633.7181
Yxy68.62360.39840.4034
Hunter Lab82.83941.079233.8547
CIE-Lab86.31735.683341.0988

#fcd28a color RGB value is (252,210,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 10001010
Octal 374 322 212
Decimal 252 210 138
Hex FC D2 8A

RGB Percentages of Color #fcd28a

%42.00
%35.00
%23.00

CMYK Percentages of Color #fcd28a

%0
%17
%45
%1

Triadic Colors of #fcd28a

#fcd28a #8afcd2 #d28afc

Analogous Colors of #fcd28a

#fcd28a #edfc8a #fc998a

Monochromatic Colors of #fcd28a

#fcd28a

Complementary Color

#fcd28a #8ab4fc

#fcd28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd28a Color CSS Codes

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

#fcd28a Text Font Color

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

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


#fcd28a Background Color

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

This div background color is #fcd28a


#fcd28a Border Color

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

This div border color is #fcd28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd28a

Related Colors


Comments

No comments written yet.

Please login to write comment.