Color Hex Logo

#fcdba2 Color Hex

#FCDBA2
(252,219,162)
0 Favorites   0 Comments

Color spaces of #fcdba2

RGB 252219162
HSL0.110.940.81
HSV38°36°99°
CMYK 0.000.130.36   0.01
XYZ71.998073.967144.6648
Yxy73.96710.37770.3880
Hunter Lab86.0041-1.076729.4116
CIE-Lab88.90693.604132.2696

#fcdba2 color RGB value is (252,219,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10100010
Octal 374 333 242
Decimal 252 219 162
Hex FC DB A2

RGB Percentages of Color #fcdba2

%39.81
%34.60
%25.59

CMYK Percentages of Color #fcdba2

%0
%13
%36
%1

Triadic Colors of #fcdba2

#fcdba2 #a2fcdb #dba2fc

Analogous Colors of #fcdba2

#fcdba2 #f0fca2 #fcaea2

Monochromatic Colors of #fcdba2

#fcdba2

Complementary Color

#fcdba2 #a2c3fc

#fcdba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdba2 Color CSS Codes

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

#fcdba2 Text Font Color

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

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


#fcdba2 Background Color

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

This div background color is #fcdba2


#fcdba2 Border Color

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

This div border color is #fcdba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdba2

Related Colors

#fcdba2 Color Palettes


Comments

No comments written yet.

Please login to write comment.