Color Hex Logo

#fcea25 Color Hex

#FCEA25
(252,234,37)
0 Favorites   0 Comments

Color spaces of #fcea25

RGB 25223437
HSL0.150.970.57
HSV55°85°99°
CMYK 0.000.070.85   0.01
XYZ69.901679.674713.4448
Yxy79.67470.42880.4887
Hunter Lab89.2607-16.419753.5520
CIE-Lab91.5387-12.207285.8187

#fcea25 color RGB value is (252,234,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 00100101
Octal 374 352 45
Decimal 252 234 37
Hex FC EA 25

RGB Percentages of Color #fcea25

%48.18
%44.74
%7.07

CMYK Percentages of Color #fcea25

%0
%7
%85
%1

Triadic Colors of #fcea25

#fcea25 #25fcea #ea25fc

Analogous Colors of #fcea25

#fcea25 #a3fc25 #fc7f25

Monochromatic Colors of #fcea25

#fcea25

Complementary Color

#fcea25 #2537fc

#fcea25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea25 Color CSS Codes

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

#fcea25 Text Font Color

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

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


#fcea25 Background Color

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

This div background color is #fcea25


#fcea25 Border Color

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

This div border color is #fcea25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcea25


Comments

No comments written yet.

Please login to write comment.