Color Hex Logo

#fcea64 Color Hex

#FCEA64
(252,234,100)
0 Favorites   0 Comments

Color spaces of #fcea64

RGB 252234100
HSL0.150.960.69
HSV53°60°99°
CMYK 0.000.070.60   0.01
XYZ71.868080.461223.7993
Yxy80.46120.40800.4568
Hunter Lab89.7002-13.960647.0593
CIE-Lab91.8914-9.534465.5443

#fcea64 color RGB value is (252,234,100).

#fcea64 hex color red value is 252, green value is 234 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fcea64 hue: 0.15 , saturation: 0.96 and the lightness value of fcea64 is 0.69.

The process color (four color CMYK) of #fcea64 color hex is 0.00, 0.07, 0.60, 0.01. Web safe color of #fcea64 is #ffff66. Color #fcea64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 01100100
Octal 374 352 144
Decimal 252 234 100
Hex FC EA 64

RGB Percentages of Color #fcea64

%43.00
%39.93
%17.06

CMYK Percentages of Color #fcea64

%0
%7
%60
%1

Triadic Colors of #fcea64

#fcea64 #64fcea #ea64fc

Analogous Colors of #fcea64

#fcea64 #c2fc64 #fc9e64

Monochromatic Colors of #fcea64

#fcea64

Complementary Color

#fcea64 #6476fc

#fcea64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea64 Color CSS Codes

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

#fcea64 Text Font Color

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

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


#fcea64 Background Color

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

This div background color is #fcea64


#fcea64 Border Color

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

This div border color is #fcea64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcea64


Comments

No comments written yet.

Please login to write comment.