Color Hex Logo

#fcec32 Color Hex

#FCEC32
(252,236,50)
0 Favorites   0 Comments

Color spaces of #fcec32

RGB 25223650
HSL0.150.970.59
HSV55°80°99°
CMYK 0.000.060.80   0.01
XYZ70.716180.916614.9090
Yxy80.91660.42460.4859
Hunter Lab89.9537-17.093053.1408
CIE-Lab92.0946-12.856983.2856

#fcec32 color RGB value is (252,236,50).

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

The process color (four color CMYK) of #fcec32 color hex is 0.00, 0.06, 0.80, 0.01. Web safe color of #fcec32 is #ffff33. Color #fcec32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101100 00110010
Octal 374 354 62
Decimal 252 236 50
Hex FC EC 32

RGB Percentages of Color #fcec32

%46.84
%43.87
%9.29

CMYK Percentages of Color #fcec32

%0
%6
%80
%1

Triadic Colors of #fcec32

#fcec32 #32fcec #ec32fc

Analogous Colors of #fcec32

#fcec32 #a7fc32 #fc8732

Monochromatic Colors of #fcec32

#fcec32

Complementary Color

#fcec32 #3242fc

#fcec32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcec32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcec32 Color CSS Codes

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

#fcec32 Text Font Color

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

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


#fcec32 Background Color

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

This div background color is #fcec32


#fcec32 Border Color

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

This div border color is #fcec32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcec32


Comments

No comments written yet.

Please login to write comment.