Color Hex Logo

#fce455 Color Hex

#FCE455
(252,228,85)
0 Favorites   0 Comments

Color spaces of #fce455

RGB 25222885
HSL0.140.970.66
HSV51°66°99°
CMYK 0.000.100.66   0.01
XYZ69.528076.838119.7611
Yxy76.83810.41850.4625
Hunter Lab87.6573-11.817847.9941
CIE-Lab90.2470-7.445269.9497

#fce455 color RGB value is (252,228,85).

#fce455 hex color red value is 252, green value is 228 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fce455 hue: 0.14 , saturation: 0.97 and the lightness value of fce455 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 01010101
Octal 374 344 125
Decimal 252 228 85
Hex FC E4 55

RGB Percentages of Color #fce455

%44.60
%40.35
%15.04

CMYK Percentages of Color #fce455

%0
%10
%66
%1

Triadic Colors of #fce455

#fce455 #55fce4 #e455fc

Analogous Colors of #fce455

#fce455 #c1fc55 #fc9155

Monochromatic Colors of #fce455

#fce455

Complementary Color

#fce455 #556dfc

#fce455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce455 Color CSS Codes

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

#fce455 Text Font Color

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

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


#fce455 Background Color

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

This div background color is #fce455


#fce455 Border Color

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

This div border color is #fce455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce455


Comments

No comments written yet.

Please login to write comment.