Color Hex Logo

#fce46a Color Hex

#FCE46A
(252,228,106)
0 Favorites   0 Comments

Color spaces of #fce46a

RGB 252228106
HSL0.140.960.70
HSV50°58°99°
CMYK 0.000.100.58   0.01
XYZ70.489877.222924.8260
Yxy77.22290.40850.4476
Hunter Lab87.8766-10.601044.7636
CIE-Lab90.4241-6.140561.3064

#fce46a color RGB value is (252,228,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 01101010
Octal 374 344 152
Decimal 252 228 106
Hex FC E4 6A

RGB Percentages of Color #fce46a

%43.00
%38.91
%18.09

CMYK Percentages of Color #fce46a

%0
%10
%58
%1

Triadic Colors of #fce46a

#fce46a #6afce4 #e46afc

Analogous Colors of #fce46a

#fce46a #cbfc6a #fc9b6a

Monochromatic Colors of #fce46a

#fce46a

Complementary Color

#fce46a #6a82fc

#fce46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce46a Color CSS Codes

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

#fce46a Text Font Color

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

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


#fce46a Background Color

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

This div background color is #fce46a


#fce46a Border Color

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

This div border color is #fce46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce46a


Comments

No comments written yet.

Please login to write comment.