Color Hex Logo

#fefb52 Color Hex

#FEFB52
(254,251,82)
0 Favorites   0 Comments

Color spaces of #fefb52

RGB 25425182
HSL0.160.990.66
HSV59°68°100°
CMYK 0.000.010.68   0.00
XYZ76.893290.674421.4318
Yxy90.67440.40680.4798
Hunter Lab95.2231-22.500753.3118
CIE-Lab96.2758-18.054177.2389

#fefb52 color RGB value is (254,251,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 01010010
Octal 376 373 122
Decimal 254 251 82
Hex FE FB 52

RGB Percentages of Color #fefb52

%43.27
%42.76
%13.97

CMYK Percentages of Color #fefb52

%0
%1
%68
%0

Triadic Colors of #fefb52

#fefb52 #52fefb #fb52fe

Analogous Colors of #fefb52

#fefb52 #abfe52 #fea552

Monochromatic Colors of #fefb52

#fefb52

Complementary Color

#fefb52 #5255fe

#fefb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefb52 Color CSS Codes

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

#fefb52 Text Font Color

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

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


#fefb52 Background Color

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

This div background color is #fefb52


#fefb52 Border Color

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

This div border color is #fefb52


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,251,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 #fefb52">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefb52

Related Colors


Comments

No comments written yet.

Please login to write comment.