Color Hex Logo

#fccba0 Color Hex

#FCCBA0
(252,203,160)
1 Favorites   0 Comments

Color spaces of #fccba0

RGB 252203160
HSL0.080.940.81
HSV28°37°99°
CMYK 0.000.190.37   0.01
XYZ67.846065.945442.4106
Yxy65.94540.38500.3743
Hunter Lab81.20687.019925.8803
CIE-Lab84.968611.644328.0226

#fccba0 color RGB value is (252,203,160).

#fccba0 hex color red value is 252, green value is 203 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fccba0 hue: 0.08 , saturation: 0.94 and the lightness value of fccba0 is 0.81.

The process color (four color CMYK) of #fccba0 color hex is 0.00, 0.19, 0.37, 0.01. Web safe color of #fccba0 is #ffcc99. Color #fccba0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10100000
Octal 374 313 240
Decimal 252 203 160
Hex FC CB A0

RGB Percentages of Color #fccba0

%40.98
%33.01
%26.02

CMYK Percentages of Color #fccba0

%0
%19
%37
%1

Triadic Colors of #fccba0

#fccba0 #a0fccb #cba0fc

Analogous Colors of #fccba0

#fccba0 #fcf9a0 #fca0a3

Monochromatic Colors of #fccba0

#fccba0

Complementary Color

#fccba0 #a0d1fc

#fccba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccba0 Color CSS Codes

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

#fccba0 Text Font Color

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

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


#fccba0 Background Color

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

This div background color is #fccba0


#fccba0 Border Color

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

This div border color is #fccba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccba0


Comments

No comments written yet.

Please login to write comment.