Color Hex Logo

#fcb38a Color Hex

#FCB38A
(252,179,138)
0 Favorites   0 Comments

Color spaces of #fcb38a

RGB 252179138
HSL0.060.950.76
HSV22°45°99°
CMYK 0.000.290.45   0.01
XYZ60.852454.770631.4093
Yxy54.77060.41390.3725
Hunter Lab74.007217.259126.6418
CIE-Lab78.908921.849331.4875

#fcb38a color RGB value is (252,179,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 10001010
Octal 374 263 212
Decimal 252 179 138
Hex FC B3 8A

RGB Percentages of Color #fcb38a

%44.29
%31.46
%24.25

CMYK Percentages of Color #fcb38a

%0
%29
%45
%1

Triadic Colors of #fcb38a

#fcb38a #8afcb3 #b38afc

Analogous Colors of #fcb38a

#fcb38a #fcec8a #fc8a9a

Monochromatic Colors of #fcb38a

#fcb38a

Complementary Color

#fcb38a #8ad3fc

#fcb38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb38a Color CSS Codes

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

#fcb38a Text Font Color

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

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


#fcb38a Background Color

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

This div background color is #fcb38a


#fcb38a Border Color

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

This div border color is #fcb38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb38a

Related Colors


Comments

No comments written yet.

Please login to write comment.