Color Hex Logo

#fce275 Color Hex

#FCE275
(252,226,117)
0 Favorites   0 Comments

Color spaces of #fce275

RGB 252226117
HSL0.130.960.72
HSV48°54°99°
CMYK 0.000.100.54   0.01
XYZ70.552176.372527.8525
Yxy76.37250.40370.4370
Hunter Lab87.3914-8.829742.2776
CIE-Lab90.0320-4.317155.8545

#fce275 color RGB value is (252,226,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 01110101
Octal 374 342 165
Decimal 252 226 117
Hex FC E2 75

RGB Percentages of Color #fce275

%42.35
%37.98
%19.66

CMYK Percentages of Color #fce275

%0
%10
%54
%1

Triadic Colors of #fce275

#fce275 #75fce2 #e275fc

Analogous Colors of #fce275

#fce275 #d3fc75 #fc9f75

Monochromatic Colors of #fce275

#fce275

Complementary Color

#fce275 #758ffc

#fce275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce275 Color CSS Codes

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

#fce275 Text Font Color

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

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


#fce275 Background Color

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

This div background color is #fce275


#fce275 Border Color

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

This div border color is #fce275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce275


Comments

No comments written yet.

Please login to write comment.