Color Hex Logo

#fce95c Color Hex

#FCE95C
(252,233,92)
0 Favorites   0 Comments

Color spaces of #fce95c

RGB 25223392
HSL0.150.960.67
HSV53°63°99°
CMYK 0.000.080.63   0.01
XYZ71.215679.746021.7643
Yxy79.74600.41230.4617
Hunter Lab89.3006-13.925648.0603
CIE-Lab91.5708-9.535068.5282

#fce95c color RGB value is (252,233,92).

#fce95c hex color red value is 252, green value is 233 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fce95c hue: 0.15 , saturation: 0.96 and the lightness value of fce95c is 0.67.

The process color (four color CMYK) of #fce95c color hex is 0.00, 0.08, 0.63, 0.01. Web safe color of #fce95c is #ffff66. Color #fce95c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 01011100
Octal 374 351 134
Decimal 252 233 92
Hex FC E9 5C

RGB Percentages of Color #fce95c

%43.67
%40.38
%15.94

CMYK Percentages of Color #fce95c

%0
%8
%63
%1

Triadic Colors of #fce95c

#fce95c #5cfce9 #e95cfc

Analogous Colors of #fce95c

#fce95c #bffc5c #fc995c

Monochromatic Colors of #fce95c

#fce95c

Complementary Color

#fce95c #5c6ffc

#fce95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce95c Color CSS Codes

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

#fce95c Text Font Color

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

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


#fce95c Background Color

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

This div background color is #fce95c


#fce95c Border Color

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

This div border color is #fce95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce95c


Comments

No comments written yet.

Please login to write comment.