Color Hex Logo

#fcea53 Color Hex

#FCEA53
(252,234,83)
0 Favorites   0 Comments

Color spaces of #fcea53

RGB 25223483
HSL0.150.970.66
HSV54°67°99°
CMYK 0.000.070.67   0.01
XYZ71.129080.165619.9082
Yxy80.16560.41550.4682
Hunter Lab89.5352-14.881949.4915
CIE-Lab91.7591-10.530972.2764

#fcea53 color RGB value is (252,234,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 01010011
Octal 374 352 123
Decimal 252 234 83
Hex FC EA 53

RGB Percentages of Color #fcea53

%44.29
%41.12
%14.59

CMYK Percentages of Color #fcea53

%0
%7
%67
%1

Triadic Colors of #fcea53

#fcea53 #53fcea #ea53fc

Analogous Colors of #fcea53

#fcea53 #bafc53 #fc9653

Monochromatic Colors of #fcea53

#fcea53

Complementary Color

#fcea53 #5365fc

#fcea53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea53 Color CSS Codes

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

#fcea53 Text Font Color

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

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


#fcea53 Background Color

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

This div background color is #fcea53


#fcea53 Border Color

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

This div border color is #fcea53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcea53


Comments

No comments written yet.

Please login to write comment.