Color Hex Logo

#fcea14 Color Hex

#FCEA14
(252,234,20)
0 Favorites   0 Comments

Color spaces of #fcea14

RGB 25223420
HSL0.150.970.53
HSV55°92°99°
CMYK 0.000.070.92   0.01
XYZ69.694079.591612.3513
Yxy79.59160.43120.4924
Hunter Lab89.2141-16.680754.2414
CIE-Lab91.5013-12.493288.5310

#fcea14 color RGB value is (252,234,20).

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

The process color (four color CMYK) of #fcea14 color hex is 0.00, 0.07, 0.92, 0.01. Web safe color of #fcea14 is #ffff00. Color #fcea14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 00010100
Octal 374 352 24
Decimal 252 234 20
Hex FC EA 14

RGB Percentages of Color #fcea14

%49.80
%46.25
%3.95

CMYK Percentages of Color #fcea14

%0
%7
%92
%1

Triadic Colors of #fcea14

#fcea14 #14fcea #ea14fc

Analogous Colors of #fcea14

#fcea14 #9afc14 #fc7614

Monochromatic Colors of #fcea14

#fcea14

Complementary Color

#fcea14 #1426fc

#fcea14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea14 Color CSS Codes

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

#fcea14 Text Font Color

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

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


#fcea14 Background Color

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

This div background color is #fcea14


#fcea14 Border Color

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

This div border color is #fcea14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcea14


Comments

No comments written yet.

Please login to write comment.