Color Hex Logo

#fce155 Color Hex

#FCE155
(252,225,85)
0 Favorites   0 Comments

Color spaces of #fce155

RGB 25222585
HSL0.140.970.66
HSV50°66°99°
CMYK 0.000.110.66   0.01
XYZ68.709875.201819.4883
Yxy75.20180.42050.4602
Hunter Lab86.7190-10.327847.3791
CIE-Lab89.4874-5.945269.1635

#fce155 color RGB value is (252,225,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 01010101
Octal 374 341 125
Decimal 252 225 85
Hex FC E1 55

RGB Percentages of Color #fce155

%44.84
%40.04
%15.12

CMYK Percentages of Color #fce155

%0
%11
%66
%1

Triadic Colors of #fce155

#fce155 #55fce1 #e155fc

Analogous Colors of #fce155

#fce155 #c4fc55 #fc8e55

Monochromatic Colors of #fce155

#fce155

Complementary Color

#fce155 #5570fc

#fce155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce155 Color CSS Codes

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

#fce155 Text Font Color

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

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


#fce155 Background Color

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

This div background color is #fce155


#fce155 Border Color

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

This div border color is #fce155


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,225,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 #fce155">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce155


Comments

No comments written yet.

Please login to write comment.