Color Hex Logo

#fcd194 Color Hex

#FCD194
(252,209,148)
0 Favorites   0 Comments

Color spaces of #fcd194

RGB 252209148
HSL0.100.950.78
HSV35°41°99°
CMYK 0.000.170.41   0.01
XYZ68.290668.434537.6268
Yxy68.43450.39170.3925
Hunter Lab82.72512.584930.9401
CIE-Lab86.22337.210135.8981

#fcd194 color RGB value is (252,209,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 10010100
Octal 374 321 224
Decimal 252 209 148
Hex FC D1 94

RGB Percentages of Color #fcd194

%41.38
%34.32
%24.30

CMYK Percentages of Color #fcd194

%0
%17
%41
%1

Triadic Colors of #fcd194

#fcd194 #94fcd1 #d194fc

Analogous Colors of #fcd194

#fcd194 #f3fc94 #fc9d94

Monochromatic Colors of #fcd194

#fcd194

Complementary Color

#fcd194 #94bffc

#fcd194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd194 Color CSS Codes

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

#fcd194 Text Font Color

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

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


#fcd194 Background Color

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

This div background color is #fcd194


#fcd194 Border Color

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

This div border color is #fcd194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd194


Comments

No comments written yet.

Please login to write comment.