Color Hex Logo

#fcb880 Color Hex

#FCB880
(252,184,128)
0 Favorites   0 Comments

Color spaces of #fcb880

RGB 252184128
HSL0.080.950.75
HSV27°49°99°
CMYK 0.000.270.49   0.01
XYZ61.181756.534928.1098
Yxy56.53490.41960.3877
Hunter Lab75.189713.663130.4671
CIE-Lab79.917318.279038.0255

#fcb880 color RGB value is (252,184,128).

#fcb880 hex color red value is 252, green value is 184 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fcb880 hue: 0.08 , saturation: 0.95 and the lightness value of fcb880 is 0.75.

The process color (four color CMYK) of #fcb880 color hex is 0.00, 0.27, 0.49, 0.01. Web safe color of #fcb880 is #ffcc99. Color #fcb880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 10000000
Octal 374 270 200
Decimal 252 184 128
Hex FC B8 80

RGB Percentages of Color #fcb880

%44.68
%32.62
%22.70

CMYK Percentages of Color #fcb880

%0
%27
%49
%1

Triadic Colors of #fcb880

#fcb880 #80fcb8 #b880fc

Analogous Colors of #fcb880

#fcb880 #fcf680 #fc8086

Monochromatic Colors of #fcb880

#fcb880

Complementary Color

#fcb880 #80c4fc

#fcb880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb880 Color CSS Codes

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

#fcb880 Text Font Color

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

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


#fcb880 Background Color

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

This div background color is #fcb880


#fcb880 Border Color

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

This div border color is #fcb880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb880


Comments

No comments written yet.

Please login to write comment.