Color Hex Logo

#fcc382 Color Hex

#FCC382
(252,195,130)
0 Favorites   0 Comments

Color spaces of #fcc382

RGB 252195130
HSL0.090.950.75
HSV32°48°99°
CMYK 0.000.230.48   0.01
XYZ63.689361.337429.6016
Yxy61.33740.41190.3967
Hunter Lab78.31828.101532.4131
CIE-Lab82.559812.708240.3675

#fcc382 color RGB value is (252,195,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 10000010
Octal 374 303 202
Decimal 252 195 130
Hex FC C3 82

RGB Percentages of Color #fcc382

%43.67
%33.80
%22.53

CMYK Percentages of Color #fcc382

%0
%23
%48
%1

Triadic Colors of #fcc382

#fcc382 #82fcc3 #c382fc

Analogous Colors of #fcc382

#fcc382 #f8fc82 #fc8682

Monochromatic Colors of #fcc382

#fcc382

Complementary Color

#fcc382 #82bbfc

#fcc382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc382 Color CSS Codes

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

#fcc382 Text Font Color

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

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


#fcc382 Background Color

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

This div background color is #fcc382


#fcc382 Border Color

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

This div border color is #fcc382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc382

Related Colors


Comments

No comments written yet.

Please login to write comment.