Color Hex Logo

#fce281 Color Hex

#FCE281
(252,226,129)
0 Favorites   0 Comments

Color spaces of #fce281

RGB 252226129
HSL0.130.950.75
HSV47°49°99°
CMYK 0.000.100.49   0.01
XYZ71.303776.673131.8102
Yxy76.67310.39660.4265
Hunter Lab87.5632-7.881039.7552
CIE-Lab90.1709-3.314050.3448

#fce281 color RGB value is (252,226,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 10000001
Octal 374 342 201
Decimal 252 226 129
Hex FC E2 81

RGB Percentages of Color #fce281

%41.52
%37.23
%21.25

CMYK Percentages of Color #fce281

%0
%10
%49
%1

Triadic Colors of #fce281

#fce281 #81fce2 #e281fc

Analogous Colors of #fce281

#fce281 #d9fc81 #fca581

Monochromatic Colors of #fce281

#fce281

Complementary Color

#fce281 #819bfc

#fce281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce281 Color CSS Codes

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

#fce281 Text Font Color

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

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


#fce281 Background Color

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

This div background color is #fce281


#fce281 Border Color

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

This div border color is #fce281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce281


Comments

No comments written yet.

Please login to write comment.