Color Hex Logo

#fccba1 Color Hex

#FCCBA1
(252,203,161)
0 Favorites   0 Comments

Color spaces of #fccba1

RGB 252203161
HSL0.080.940.81
HSV28°36°99°
CMYK 0.000.190.36   0.01
XYZ67.933865.980542.8732
Yxy65.98050.38430.3732
Hunter Lab81.22847.135425.5660
CIE-Lab84.986511.759827.5243

#fccba1 color RGB value is (252,203,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10100001
Octal 374 313 241
Decimal 252 203 161
Hex FC CB A1

RGB Percentages of Color #fccba1

%40.91
%32.95
%26.14

CMYK Percentages of Color #fccba1

%0
%19
%36
%1

Triadic Colors of #fccba1

#fccba1 #a1fccb #cba1fc

Analogous Colors of #fccba1

#fccba1 #fcf9a1 #fca1a5

Monochromatic Colors of #fccba1

#fccba1

Complementary Color

#fccba1 #a1d2fc

#fccba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccba1 Color CSS Codes

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

#fccba1 Text Font Color

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

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


#fccba1 Background Color

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

This div background color is #fccba1


#fccba1 Border Color

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

This div border color is #fccba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccba1

#fccba1 Color Palettes


Comments

No comments written yet.

Please login to write comment.