Color Hex Logo

#fdcb84 Color Hex

#FDCB84
(253,203,132)
0 Favorites   0 Comments

Color spaces of #fdcb84

RGB 253203132
HSL0.100.970.75
HSV35°48°99°
CMYK 0.000.200.48   0.01
XYZ66.028865.260530.9462
Yxy65.26050.40700.4023
Hunter Lab80.78404.525133.8364
CIE-Lab84.61789.130541.9830

#fdcb84 color RGB value is (253,203,132).

#fdcb84 hex color red value is 253, green value is 203 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fdcb84 hue: 0.10 , saturation: 0.97 and the lightness value of fdcb84 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 10000100
Octal 375 313 204
Decimal 253 203 132
Hex FD CB 84

RGB Percentages of Color #fdcb84

%43.03
%34.52
%22.45

CMYK Percentages of Color #fdcb84

%0
%20
%48
%1

Triadic Colors of #fdcb84

#fdcb84 #84fdcb #cb84fd

Analogous Colors of #fdcb84

#fdcb84 #f3fd84 #fd8f84

Monochromatic Colors of #fdcb84

#fdcb84

Complementary Color

#fdcb84 #84b6fd

#fdcb84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb84 Color CSS Codes

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

#fdcb84 Text Font Color

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

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


#fdcb84 Background Color

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

This div background color is #fdcb84


#fdcb84 Border Color

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

This div border color is #fdcb84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb84


Comments

No comments written yet.

Please login to write comment.