Color Hex Logo

#fcc682 Color Hex

#FCC682
(252,198,130)
0 Favorites   0 Comments

Color spaces of #fcc682

RGB 252198130
HSL0.090.950.75
HSV33°48°99°
CMYK 0.000.210.48   0.01
XYZ64.368262.695329.8279
Yxy62.69530.41030.3996
Hunter Lab79.18046.542633.0912
CIE-Lab83.281811.145241.2830

#fcc682 color RGB value is (252,198,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 10000010
Octal 374 306 202
Decimal 252 198 130
Hex FC C6 82

RGB Percentages of Color #fcc682

%43.45
%34.14
%22.41

CMYK Percentages of Color #fcc682

%0
%21
%48
%1

Triadic Colors of #fcc682

#fcc682 #82fcc6 #c682fc

Analogous Colors of #fcc682

#fcc682 #f5fc82 #fc8982

Monochromatic Colors of #fcc682

#fcc682

Complementary Color

#fcc682 #82b8fc

#fcc682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc682 Color CSS Codes

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

#fcc682 Text Font Color

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

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


#fcc682 Background Color

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

This div background color is #fcc682


#fcc682 Border Color

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

This div border color is #fcc682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc682


Comments

No comments written yet.

Please login to write comment.