Color Hex Logo

#fcb58e Color Hex

#FCB58E
(252,181,142)
0 Favorites   0 Comments

Color spaces of #fcb58e

RGB 252181142
HSL0.060.950.77
HSV21°44°99°
CMYK 0.000.280.44   0.01
XYZ61.551255.696233.0975
Yxy55.69620.40940.3705
Hunter Lab74.629916.616125.9465
CIE-Lab79.440621.201030.0777

#fcb58e color RGB value is (252,181,142).

#fcb58e hex color red value is 252, green value is 181 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fcb58e hue: 0.06 , saturation: 0.95 and the lightness value of fcb58e is 0.77.

The process color (four color CMYK) of #fcb58e color hex is 0.00, 0.28, 0.44, 0.01. Web safe color of #fcb58e is #ffcc99. Color #fcb58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 10001110
Octal 374 265 216
Decimal 252 181 142
Hex FC B5 8E

RGB Percentages of Color #fcb58e

%43.83
%31.48
%24.70

CMYK Percentages of Color #fcb58e

%0
%28
%44
%1

Triadic Colors of #fcb58e

#fcb58e #8efcb5 #b58efc

Analogous Colors of #fcb58e

#fcb58e #fcec8e #fc8e9e

Monochromatic Colors of #fcb58e

#fcb58e

Complementary Color

#fcb58e #8ed5fc

#fcb58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb58e Color CSS Codes

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

#fcb58e Text Font Color

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

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


#fcb58e Background Color

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

This div background color is #fcb58e


#fcb58e Border Color

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

This div border color is #fcb58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb58e


Comments

No comments written yet.

Please login to write comment.