Color Hex Logo

#fcb58d Color Hex

#FCB58D
(252,181,141)
0 Favorites   0 Comments

Color spaces of #fcb58d

RGB 252181141
HSL0.060.950.77
HSV22°44°99°
CMYK 0.000.280.44   0.01
XYZ61.476555.666332.7038
Yxy55.66630.41030.3715
Hunter Lab74.609916.511926.2383
CIE-Lab79.423521.099630.5836

#fcb58d color RGB value is (252,181,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 10001101
Octal 374 265 215
Decimal 252 181 141
Hex FC B5 8D

RGB Percentages of Color #fcb58d

%43.90
%31.53
%24.56

CMYK Percentages of Color #fcb58d

%0
%28
%44
%1

Triadic Colors of #fcb58d

#fcb58d #8dfcb5 #b58dfc

Analogous Colors of #fcb58d

#fcb58d #fced8d #fc8d9d

Monochromatic Colors of #fcb58d

#fcb58d

Complementary Color

#fcb58d #8dd4fc

#fcb58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb58d Color CSS Codes

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

#fcb58d Text Font Color

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

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


#fcb58d Background Color

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

This div background color is #fcb58d


#fcb58d Border Color

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

This div border color is #fcb58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb58d


Comments

No comments written yet.

Please login to write comment.