Color Hex Logo

#fce274 Color Hex

#FCE274
(252,226,116)
0 Favorites   0 Comments

Color spaces of #fce274

RGB 252226116
HSL0.130.960.72
HSV49°54°99°
CMYK 0.000.100.54   0.01
XYZ70.493676.349127.5444
Yxy76.34910.40420.4378
Hunter Lab87.3780-8.903742.4744
CIE-Lab90.0212-4.395656.3057

#fce274 color RGB value is (252,226,116).

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

The process color (four color CMYK) of #fce274 color hex is 0.00, 0.10, 0.54, 0.01. Web safe color of #fce274 is #ffcc66. Color #fce274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 01110100
Octal 374 342 164
Decimal 252 226 116
Hex FC E2 74

RGB Percentages of Color #fce274

%42.42
%38.05
%19.53

CMYK Percentages of Color #fce274

%0
%10
%54
%1

Triadic Colors of #fce274

#fce274 #74fce2 #e274fc

Analogous Colors of #fce274

#fce274 #d2fc74 #fc9e74

Monochromatic Colors of #fce274

#fce274

Complementary Color

#fce274 #748efc

#fce274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce274 Color CSS Codes

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

#fce274 Text Font Color

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

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


#fce274 Background Color

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

This div background color is #fce274


#fce274 Border Color

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

This div border color is #fce274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce274


Comments

No comments written yet.

Please login to write comment.