Color Hex Logo

#fcd382 Color Hex

#FCD382
(252,211,130)
0 Favorites   0 Comments

Color spaces of #fcd382

RGB 252211130
HSL0.110.950.75
HSV40°48°99°
CMYK 0.000.160.48   0.01
XYZ67.468468.895730.8613
Yxy68.89570.40350.4120
Hunter Lab83.0034-0.164336.0579
CIE-Lab86.45244.418045.2664

#fcd382 color RGB value is (252,211,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010011 10000010
Octal 374 323 202
Decimal 252 211 130
Hex FC D3 82

RGB Percentages of Color #fcd382

%42.50
%35.58
%21.92

CMYK Percentages of Color #fcd382

%0
%16
%48
%1

Triadic Colors of #fcd382

#fcd382 #82fcd3 #d382fc

Analogous Colors of #fcd382

#fcd382 #e8fc82 #fc9682

Monochromatic Colors of #fcd382

#fcd382

Complementary Color

#fcd382 #82abfc

#fcd382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd382 Color CSS Codes

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

#fcd382 Text Font Color

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

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


#fcd382 Background Color

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

This div background color is #fcd382


#fcd382 Border Color

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

This div border color is #fcd382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd382


Comments

No comments written yet.

Please login to write comment.