Color Hex Logo

#fcb394 Color Hex

#FCB394
(252,179,148)
0 Favorites   0 Comments

Color spaces of #fcb394

RGB 252179148
HSL0.050.950.78
HSV18°41°99°
CMYK 0.000.290.41   0.01
XYZ61.610355.073835.4001
Yxy55.07380.40510.3621
Hunter Lab74.211718.319523.6660
CIE-Lab79.083822.877626.4136

#fcb394 color RGB value is (252,179,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 10010100
Octal 374 263 224
Decimal 252 179 148
Hex FC B3 94

RGB Percentages of Color #fcb394

%43.52
%30.92
%25.56

CMYK Percentages of Color #fcb394

%0
%29
%41
%1

Triadic Colors of #fcb394

#fcb394 #94fcb3 #b394fc

Analogous Colors of #fcb394

#fcb394 #fce794 #fc94a9

Monochromatic Colors of #fcb394

#fcb394

Complementary Color

#fcb394 #94ddfc

#fcb394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb394 Color CSS Codes

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

#fcb394 Text Font Color

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

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


#fcb394 Background Color

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

This div background color is #fcb394


#fcb394 Border Color

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

This div border color is #fcb394


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,179,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 #fcb394">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb394


Comments

No comments written yet.

Please login to write comment.