Color Hex Logo

#fcd290 Color Hex

#FCD290
(252,210,144)
0 Favorites   0 Comments

Color spaces of #fcd290

RGB 252210144
HSL0.100.950.78
HSV37°43°99°
CMYK 0.000.170.43   0.01
XYZ68.225568.802336.0698
Yxy68.80230.39410.3975
Hunter Lab82.94721.661932.2806
CIE-Lab86.40616.279838.1765

#fcd290 color RGB value is (252,210,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 10010000
Octal 374 322 220
Decimal 252 210 144
Hex FC D2 90

RGB Percentages of Color #fcd290

%41.58
%34.65
%23.76

CMYK Percentages of Color #fcd290

%0
%17
%43
%1

Triadic Colors of #fcd290

#fcd290 #90fcd2 #d290fc

Analogous Colors of #fcd290

#fcd290 #f0fc90 #fc9c90

Monochromatic Colors of #fcd290

#fcd290

Complementary Color

#fcd290 #90bafc

#fcd290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd290 Color CSS Codes

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

#fcd290 Text Font Color

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

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


#fcd290 Background Color

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

This div background color is #fcd290


#fcd290 Border Color

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

This div border color is #fcd290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd290


Comments

No comments written yet.

Please login to write comment.