Color Hex Logo

#fcc282 Color Hex

#FCC282
(252,194,130)
0 Favorites   0 Comments

Color spaces of #fcc282

RGB 252194130
HSL0.090.950.75
HSV31°48°99°
CMYK 0.000.230.48   0.01
XYZ63.465960.890729.5272
Yxy60.89070.41240.3957
Hunter Lab78.03258.621932.1876
CIE-Lab82.319913.229840.0626

#fcc282 color RGB value is (252,194,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 10000010
Octal 374 302 202
Decimal 252 194 130
Hex FC C2 82

RGB Percentages of Color #fcc282

%43.75
%33.68
%22.57

CMYK Percentages of Color #fcc282

%0
%23
%48
%1

Triadic Colors of #fcc282

#fcc282 #82fcc2 #c282fc

Analogous Colors of #fcc282

#fcc282 #f9fc82 #fc8582

Monochromatic Colors of #fcc282

#fcc282

Complementary Color

#fcc282 #82bcfc

#fcc282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc282 Color CSS Codes

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

#fcc282 Text Font Color

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

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


#fcc282 Background Color

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

This div background color is #fcc282


#fcc282 Border Color

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

This div border color is #fcc282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc282


Comments

No comments written yet.

Please login to write comment.