Color Hex Logo

#fcb18a Color Hex

#FCB18A
(252,177,138)
0 Favorites   0 Comments

Color spaces of #fcb18a

RGB 252177138
HSL0.060.950.76
HSV21°45°99°
CMYK 0.000.300.45   0.01
XYZ60.454553.974731.2766
Yxy53.97470.41490.3704
Hunter Lab73.467518.315026.1863
CIE-Lab78.447022.899330.8773

#fcb18a color RGB value is (252,177,138).

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

The process color (four color CMYK) of #fcb18a color hex is 0.00, 0.30, 0.45, 0.01. Web safe color of #fcb18a is #ff9999. Color #fcb18a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 10001010
Octal 374 261 212
Decimal 252 177 138
Hex FC B1 8A

RGB Percentages of Color #fcb18a

%44.44
%31.22
%24.34

CMYK Percentages of Color #fcb18a

%0
%30
%45
%1

Triadic Colors of #fcb18a

#fcb18a #8afcb1 #b18afc

Analogous Colors of #fcb18a

#fcb18a #fcea8a #fc8a9c

Monochromatic Colors of #fcb18a

#fcb18a

Complementary Color

#fcb18a #8ad5fc

#fcb18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb18a Color CSS Codes

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

#fcb18a Text Font Color

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

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


#fcb18a Background Color

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

This div background color is #fcb18a


#fcb18a Border Color

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

This div border color is #fcb18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb18a


Comments

No comments written yet.

Please login to write comment.