Color Hex Logo

#fce34e Color Hex

#FCE34E
(252,227,78)
0 Favorites   0 Comments

Color spaces of #fce34e

RGB 25222778
HSL0.140.970.65
HSV51°69°99°
CMYK 0.000.100.69   0.01
XYZ68.989176.183718.2765
Yxy76.18370.42210.4661
Hunter Lab87.2833-11.658548.6834
CIE-Lab89.9446-7.308372.3379

#fce34e color RGB value is (252,227,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 01001110
Octal 374 343 116
Decimal 252 227 78
Hex FC E3 4E

RGB Percentages of Color #fce34e

%45.24
%40.75
%14.00

CMYK Percentages of Color #fce34e

%0
%10
%69
%1

Triadic Colors of #fce34e

#fce34e #4efce3 #e34efc

Analogous Colors of #fce34e

#fce34e #befc4e #fc8c4e

Monochromatic Colors of #fce34e

#fce34e

Complementary Color

#fce34e #4e67fc

#fce34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce34e Color CSS Codes

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

#fce34e Text Font Color

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

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


#fce34e Background Color

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

This div background color is #fce34e


#fce34e Border Color

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

This div border color is #fce34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce34e

Related Colors


Comments

No comments written yet.

Please login to write comment.