Color Hex Logo

#fce282 Color Hex

#FCE282
(252,226,130)
0 Favorites   0 Comments

Color spaces of #fce282

RGB 252226130
HSL0.130.950.75
HSV47°48°99°
CMYK 0.000.100.48   0.01
XYZ71.370576.699932.1620
Yxy76.69990.39600.4256
Hunter Lab87.5785-7.797039.5315
CIE-Lab90.1833-3.225549.8787

#fce282 color RGB value is (252,226,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 10000010
Octal 374 342 202
Decimal 252 226 130
Hex FC E2 82

RGB Percentages of Color #fce282

%41.45
%37.17
%21.38

CMYK Percentages of Color #fce282

%0
%10
%48
%1

Triadic Colors of #fce282

#fce282 #82fce2 #e282fc

Analogous Colors of #fce282

#fce282 #d9fc82 #fca582

Monochromatic Colors of #fce282

#fce282

Complementary Color

#fce282 #829cfc

#fce282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce282 Color CSS Codes

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

#fce282 Text Font Color

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

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


#fce282 Background Color

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

This div background color is #fce282


#fce282 Border Color

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

This div border color is #fce282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce282

Related Colors


Comments

No comments written yet.

Please login to write comment.