Color Hex Logo

#fef52c Color Hex

#FEF52C
(254,245,44)
0 Favorites   0 Comments

Color spaces of #fef52c

RGB 25424544
HSL0.160.990.58
HSV57°83°100°
CMYK 0.000.040.83   0.00
XYZ73.980186.557515.1910
Yxy86.55750.42100.4926
Hunter Lab93.0363-20.874855.4445
CIE-Lab94.5502-16.575586.8736

#fef52c color RGB value is (254,245,44).

#fef52c hex color red value is 254, green value is 245 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fef52c hue: 0.16 , saturation: 0.99 and the lightness value of fef52c is 0.58.

The process color (four color CMYK) of #fef52c color hex is 0.00, 0.04, 0.83, 0.00. Web safe color of #fef52c is #ffff33. Color #fef52c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 00101100
Octal 376 365 54
Decimal 254 245 44
Hex FE F5 2C

RGB Percentages of Color #fef52c

%46.78
%45.12
%8.10

CMYK Percentages of Color #fef52c

%0
%4
%83
%0

Triadic Colors of #fef52c

#fef52c #2cfef5 #f52cfe

Analogous Colors of #fef52c

#fef52c #9efe2c #fe8c2c

Monochromatic Colors of #fef52c

#fef52c

Complementary Color

#fef52c #2c35fe

#fef52c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef52c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef52c Color CSS Codes

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

#fef52c Text Font Color

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

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


#fef52c Background Color

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

This div background color is #fef52c


#fef52c Border Color

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

This div border color is #fef52c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,245,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fef52c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fef52c;
  -webkit-box-shadow: 1px 1px 3px 2px #fef52c;
  box-shadow:         1px 1px 3px 2px #fef52c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,245,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef52c

Related Colors


Comments

No comments written yet.

Please login to write comment.