Color Hex Logo

#fcb883 Color Hex

#FCB883
(252,184,131)
0 Favorites   0 Comments

Color spaces of #fcb883

RGB 252184131
HSL0.070.950.75
HSV26°48°99°
CMYK 0.000.270.48   0.01
XYZ61.382156.615129.1654
Yxy56.61510.41710.3847
Hunter Lab75.243013.942329.6883
CIE-Lab79.962618.554436.5291

#fcb883 color RGB value is (252,184,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 10000011
Octal 374 270 203
Decimal 252 184 131
Hex FC B8 83

RGB Percentages of Color #fcb883

%44.44
%32.45
%23.10

CMYK Percentages of Color #fcb883

%0
%27
%48
%1

Triadic Colors of #fcb883

#fcb883 #83fcb8 #b883fc

Analogous Colors of #fcb883

#fcb883 #fcf583 #fc838b

Monochromatic Colors of #fcb883

#fcb883

Complementary Color

#fcb883 #83c7fc

#fcb883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb883 Color CSS Codes

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

#fcb883 Text Font Color

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

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


#fcb883 Background Color

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

This div background color is #fcb883


#fcb883 Border Color

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

This div border color is #fcb883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb883


Comments

No comments written yet.

Please login to write comment.