Color Hex Logo

#fcd495 Color Hex

#FCD495
(252,212,149)
0 Favorites   0 Comments

Color spaces of #fcd495

RGB 252212149
HSL0.100.940.79
HSV37°41°99°
CMYK 0.000.160.41   0.01
XYZ69.113269.952338.2933
Yxy69.95230.38970.3944
Hunter Lab83.63751.136531.4004
CIE-Lab86.97355.767436.3677

#fcd495 color RGB value is (252,212,149).

#fcd495 hex color red value is 252, green value is 212 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fcd495 hue: 0.10 , saturation: 0.94 and the lightness value of fcd495 is 0.79.

The process color (four color CMYK) of #fcd495 color hex is 0.00, 0.16, 0.41, 0.01. Web safe color of #fcd495 is #ffcc99. Color #fcd495 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 10010101
Octal 374 324 225
Decimal 252 212 149
Hex FC D4 95

RGB Percentages of Color #fcd495

%41.11
%34.58
%24.31

CMYK Percentages of Color #fcd495

%0
%16
%41
%1

Triadic Colors of #fcd495

#fcd495 #95fcd4 #d495fc

Analogous Colors of #fcd495

#fcd495 #f1fc95 #fca195

Monochromatic Colors of #fcd495

#fcd495

Complementary Color

#fcd495 #95bdfc

#fcd495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd495 Color CSS Codes

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

#fcd495 Text Font Color

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

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


#fcd495 Background Color

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

This div background color is #fcd495


#fcd495 Border Color

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

This div border color is #fcd495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd495

#fcd495 Color Palettes


Comments

No comments written yet.

Please login to write comment.