Color Hex Logo

#fcdb80 Color Hex

#FCDB80
(252,219,128)
0 Favorites   0 Comments

Color spaces of #fcdb80

RGB 252219128
HSL0.120.950.75
HSV44°49°99°
CMYK 0.000.130.49   0.01
XYZ69.372772.917030.8401
Yxy72.91700.40070.4212
Hunter Lab85.3915-4.420238.3608
CIE-Lab88.40810.145648.6685

#fcdb80 color RGB value is (252,219,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10000000
Octal 374 333 200
Decimal 252 219 128
Hex FC DB 80

RGB Percentages of Color #fcdb80

%42.07
%36.56
%21.37

CMYK Percentages of Color #fcdb80

%0
%13
%49
%1

Triadic Colors of #fcdb80

#fcdb80 #80fcdb #db80fc

Analogous Colors of #fcdb80

#fcdb80 #dffc80 #fc9d80

Monochromatic Colors of #fcdb80

#fcdb80

Complementary Color

#fcdb80 #80a1fc

#fcdb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdb80 Color CSS Codes

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

#fcdb80 Text Font Color

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

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


#fcdb80 Background Color

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

This div background color is #fcdb80


#fcdb80 Border Color

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

This div border color is #fcdb80


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,219,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 #fcdb80">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdb80


Comments

No comments written yet.

Please login to write comment.