Color Hex Logo

#fcb58a Color Hex

#FCB58A
(252,181,138)
1 Favorites   0 Comments

Color spaces of #fcb58a

RGB 252181138
HSL0.060.950.76
HSV23°45°99°
CMYK 0.000.280.45   0.01
XYZ61.256255.578231.5439
Yxy55.57820.41280.3746
Hunter Lab74.550816.204327.0988
CIE-Lab79.373220.799532.0993

#fcb58a color RGB value is (252,181,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 10001010
Octal 374 265 212
Decimal 252 181 138
Hex FC B5 8A

RGB Percentages of Color #fcb58a

%44.13
%31.70
%24.17

CMYK Percentages of Color #fcb58a

%0
%28
%45
%1

Triadic Colors of #fcb58a

#fcb58a #8afcb5 #b58afc

Analogous Colors of #fcb58a

#fcb58a #fcee8a #fc8a98

Monochromatic Colors of #fcb58a

#fcb58a

Complementary Color

#fcb58a #8ad1fc

#fcb58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb58a Color CSS Codes

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

#fcb58a Text Font Color

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

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


#fcb58a Background Color

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

This div background color is #fcb58a


#fcb58a Border Color

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

This div border color is #fcb58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb58a


Comments

No comments written yet.

Please login to write comment.