Color Hex Logo

#fcb38e Color Hex

#FCB38E
(252,179,142)
0 Favorites   0 Comments

Color spaces of #fcb38e

RGB 252179142
HSL0.060.950.77
HSV20°44°99°
CMYK 0.000.290.44   0.01
XYZ61.147554.888632.9629
Yxy54.88860.41040.3684
Hunter Lab74.086817.672825.4813
CIE-Lab78.977122.251229.4610

#fcb38e color RGB value is (252,179,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 10001110
Octal 374 263 216
Decimal 252 179 142
Hex FC B3 8E

RGB Percentages of Color #fcb38e

%43.98
%31.24
%24.78

CMYK Percentages of Color #fcb38e

%0
%29
%44
%1

Triadic Colors of #fcb38e

#fcb38e #8efcb3 #b38efc

Analogous Colors of #fcb38e

#fcb38e #fcea8e #fc8ea0

Monochromatic Colors of #fcb38e

#fcb38e

Complementary Color

#fcb38e #8ed7fc

#fcb38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb38e Color CSS Codes

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

#fcb38e Text Font Color

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

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


#fcb38e Background Color

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

This div background color is #fcb38e


#fcb38e Border Color

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

This div border color is #fcb38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb38e


Comments

No comments written yet.

Please login to write comment.