Color Hex Logo

#fcea32 Color Hex

#FCEA32
(252,234,50)
0 Favorites   0 Comments

Color spaces of #fcea32

RGB 25223450
HSL0.150.970.59
HSV55°80°99°
CMYK 0.000.070.80   0.01
XYZ70.143479.771414.7181
Yxy79.77140.42610.4845
Hunter Lab89.3148-16.116052.7500
CIE-Lab91.5822-11.874882.8440

#fcea32 color RGB value is (252,234,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 00110010
Octal 374 352 62
Decimal 252 234 50
Hex FC EA 32

RGB Percentages of Color #fcea32

%47.01
%43.66
%9.33

CMYK Percentages of Color #fcea32

%0
%7
%80
%1

Triadic Colors of #fcea32

#fcea32 #32fcea #ea32fc

Analogous Colors of #fcea32

#fcea32 #a9fc32 #fc8532

Monochromatic Colors of #fcea32

#fcea32

Complementary Color

#fcea32 #3244fc

#fcea32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea32 Color CSS Codes

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

#fcea32 Text Font Color

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

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


#fcea32 Background Color

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

This div background color is #fcea32


#fcea32 Border Color

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

This div border color is #fcea32


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,234,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 #fcea32">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcea32


Comments

No comments written yet.

Please login to write comment.