Color Hex Logo

#fcea30 Color Hex

#FCEA30
(252,234,48)
0 Favorites   0 Comments

Color spaces of #fcea30

RGB 25223448
HSL0.150.970.59
HSV55°81°99°
CMYK 0.000.070.81   0.01
XYZ70.101279.754514.4957
Yxy79.75450.42650.4853
Hunter Lab89.3054-16.168952.8900
CIE-Lab91.5746-11.932783.3506

#fcea30 color RGB value is (252,234,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 00110000
Octal 374 352 60
Decimal 252 234 48
Hex FC EA 30

RGB Percentages of Color #fcea30

%47.19
%43.82
%8.99

CMYK Percentages of Color #fcea30

%0
%7
%81
%1

Triadic Colors of #fcea30

#fcea30 #30fcea #ea30fc

Analogous Colors of #fcea30

#fcea30 #a8fc30 #fc8430

Monochromatic Colors of #fcea30

#fcea30

Complementary Color

#fcea30 #3042fc

#fcea30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea30 Color CSS Codes

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

#fcea30 Text Font Color

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

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


#fcea30 Background Color

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

This div background color is #fcea30


#fcea30 Border Color

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

This div border color is #fcea30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcea30


Comments

No comments written yet.

Please login to write comment.