Color Hex Logo

#fcea19 Color Hex

#FCEA19
(252,234,25)
0 Favorites   0 Comments

Color spaces of #fcea19

RGB 25223425
HSL0.150.970.54
HSV55°90°99°
CMYK 0.000.070.90   0.01
XYZ69.743279.611312.6104
Yxy79.61130.43060.4915
Hunter Lab89.2252-16.618854.0780
CIE-Lab91.5102-12.425487.8740

#fcea19 color RGB value is (252,234,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 00011001
Octal 374 352 31
Decimal 252 234 25
Hex FC EA 19

RGB Percentages of Color #fcea19

%49.32
%45.79
%4.89

CMYK Percentages of Color #fcea19

%0
%7
%90
%1

Triadic Colors of #fcea19

#fcea19 #19fcea #ea19fc

Analogous Colors of #fcea19

#fcea19 #9dfc19 #fc7919

Monochromatic Colors of #fcea19

#fcea19

Complementary Color

#fcea19 #192bfc

#fcea19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea19 Color CSS Codes

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

#fcea19 Text Font Color

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

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


#fcea19 Background Color

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

This div background color is #fcea19


#fcea19 Border Color

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

This div border color is #fcea19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcea19


Comments

No comments written yet.

Please login to write comment.