Color Hex Logo

#fcb39d Color Hex

#FCB39D
(252,179,157)
0 Favorites   0 Comments

Color spaces of #fcb39d

RGB 252179157
HSL0.040.940.80
HSV14°38°99°
CMYK 0.000.290.38   0.01
XYZ62.350855.370039.2995
Yxy55.37000.39710.3526
Hunter Lab74.411019.350220.7742
CIE-Lab79.253923.870921.8323

#fcb39d color RGB value is (252,179,157).

#fcb39d hex color red value is 252, green value is 179 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fcb39d hue: 0.04 , saturation: 0.94 and the lightness value of fcb39d is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 10011101
Octal 374 263 235
Decimal 252 179 157
Hex FC B3 9D

RGB Percentages of Color #fcb39d

%42.86
%30.44
%26.70

CMYK Percentages of Color #fcb39d

%0
%29
%38
%1

Triadic Colors of #fcb39d

#fcb39d #9dfcb3 #b39dfc

Analogous Colors of #fcb39d

#fcb39d #fce39d #fc9db7

Monochromatic Colors of #fcb39d

#fcb39d

Complementary Color

#fcb39d #9de6fc

#fcb39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb39d Color CSS Codes

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

#fcb39d Text Font Color

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

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


#fcb39d Background Color

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

This div background color is #fcb39d


#fcb39d Border Color

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

This div border color is #fcb39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb39d

Related Colors


Comments

No comments written yet.

Please login to write comment.