Color Hex Logo

#fcec15 Color Hex

#FCEC15
(252,236,21)
0 Favorites   0 Comments

Color spaces of #fcec15

RGB 25223621
HSL0.160.970.54
HSV56°92°99°
CMYK 0.000.060.92   0.01
XYZ70.275780.740512.5900
Yxy80.74050.42950.4935
Hunter Lab89.8557-17.643654.5917
CIE-Lab92.0161-13.461288.7988

#fcec15 color RGB value is (252,236,21).

#fcec15 hex color red value is 252, green value is 236 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fcec15 hue: 0.16 , saturation: 0.97 and the lightness value of fcec15 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 00010101
Octal 374 354 25
Decimal 252 236 21
Hex FC EC 15

RGB Percentages of Color #fcec15

%49.51
%46.37
%4.13

CMYK Percentages of Color #fcec15

%0
%6
%92
%1

Triadic Colors of #fcec15

#fcec15 #15fcec #ec15fc

Analogous Colors of #fcec15

#fcec15 #99fc15 #fc7915

Monochromatic Colors of #fcec15

#fcec15

Complementary Color

#fcec15 #1525fc

#fcec15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcec15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcec15 Color CSS Codes

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

#fcec15 Text Font Color

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

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


#fcec15 Background Color

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

This div background color is #fcec15


#fcec15 Border Color

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

This div border color is #fcec15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcec15


Comments

No comments written yet.

Please login to write comment.