Color Hex Logo

#fefe52 Color Hex

#FEFE52
(254,254,82)
0 Favorites   0 Comments

Color spaces of #fefe52

RGB 25425482
HSL0.170.990.66
HSV60°68°100°
CMYK 0.000.000.68   0.00
XYZ77.837992.563621.7467
Yxy92.56360.40510.4817
Hunter Lab96.2100-23.953553.9454
CIE-Lab97.0502-19.491978.0070

#fefe52 color RGB value is (254,254,82).

#fefe52 hex color red value is 254, green value is 254 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fefe52 hue: 0.17 , saturation: 0.99 and the lightness value of fefe52 is 0.66.

The process color (four color CMYK) of #fefe52 color hex is 0.00, 0.00, 0.68, 0.00. Web safe color of #fefe52 is #ffff66. Color #fefe52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 01010010
Octal 376 376 122
Decimal 254 254 82
Hex FE FE 52

RGB Percentages of Color #fefe52

%43.05
%43.05
%13.90

CMYK Percentages of Color #fefe52

%0
%0
%68
%0

Triadic Colors of #fefe52

#fefe52 #52fefe #fe52fe

Analogous Colors of #fefe52

#fefe52 #a8fe52 #fea852

Monochromatic Colors of #fefe52

#fefe52

Complementary Color

#fefe52 #5252fe

#fefe52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefe52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefe52 Color CSS Codes

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

#fefe52 Text Font Color

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

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


#fefe52 Background Color

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

This div background color is #fefe52


#fefe52 Border Color

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

This div border color is #fefe52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefe52

Related Colors


Comments

No comments written yet.

Please login to write comment.