Color Hex Logo

#fce395 Color Hex

#FCE395
(252,227,149)
0 Favorites   0 Comments

Color spaces of #fce395

RGB 252227149
HSL0.130.940.79
HSV45°41°99°
CMYK 0.000.100.41   0.01
XYZ73.038877.803539.6018
Yxy77.80350.38350.4085
Hunter Lab88.2063-6.554935.1251
CIE-Lab90.6902-1.896441.1858

#fce395 color RGB value is (252,227,149).

#fce395 hex color red value is 252, green value is 227 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fce395 hue: 0.13 , saturation: 0.94 and the lightness value of fce395 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 10010101
Octal 374 343 225
Decimal 252 227 149
Hex FC E3 95

RGB Percentages of Color #fce395

%40.13
%36.15
%23.73

CMYK Percentages of Color #fce395

%0
%10
%41
%1

Triadic Colors of #fce395

#fce395 #95fce3 #e395fc

Analogous Colors of #fce395

#fce395 #e2fc95 #fcb095

Monochromatic Colors of #fce395

#fce395

Complementary Color

#fce395 #95aefc

#fce395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce395 Color CSS Codes

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

#fce395 Text Font Color

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

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


#fce395 Background Color

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

This div background color is #fce395


#fce395 Border Color

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

This div border color is #fce395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce395

Related Colors


Comments

No comments written yet.

Please login to write comment.