Color Hex Logo

#fefb55 Color Hex

#FEFB55
(254,251,85)
0 Favorites   0 Comments

Color spaces of #fefb55

RGB 25425185
HSL0.160.990.66
HSV59°67°100°
CMYK 0.000.010.67   0.00
XYZ77.009990.721122.0464
Yxy90.72110.40580.4780
Hunter Lab95.2476-22.362052.9498
CIE-Lab96.2951-17.901676.1705

#fefb55 color RGB value is (254,251,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 01010101
Octal 376 373 125
Decimal 254 251 85
Hex FE FB 55

RGB Percentages of Color #fefb55

%43.05
%42.54
%14.41

CMYK Percentages of Color #fefb55

%0
%1
%67
%0

Triadic Colors of #fefb55

#fefb55 #55fefb #fb55fe

Analogous Colors of #fefb55

#fefb55 #adfe55 #fea755

Monochromatic Colors of #fefb55

#fefb55

Complementary Color

#fefb55 #5558fe

#fefb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefb55 Color CSS Codes

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

#fefb55 Text Font Color

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

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


#fefb55 Background Color

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

This div background color is #fefb55


#fefb55 Border Color

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

This div border color is #fefb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefb55

Related Colors


Comments

No comments written yet.

Please login to write comment.