Color Hex Logo

#fefb47 Color Hex

#FEFB47
(254,251,71)
0 Favorites   0 Comments

Color spaces of #fefb47

RGB 25425171
HSL0.160.990.64
HSV59°72°100°
CMYK 0.000.010.72   0.00
XYZ76.507690.520119.4010
Yxy90.52010.41040.4855
Hunter Lab95.1421-22.959554.5092
CIE-Lab96.2121-18.559680.9263

#fefb47 color RGB value is (254,251,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 01000111
Octal 376 373 107
Decimal 254 251 71
Hex FE FB 47

RGB Percentages of Color #fefb47

%44.10
%43.58
%12.33

CMYK Percentages of Color #fefb47

%0
%1
%72
%0

Triadic Colors of #fefb47

#fefb47 #47fefb #fb47fe

Analogous Colors of #fefb47

#fefb47 #a6fe47 #fea047

Monochromatic Colors of #fefb47

#fefb47

Complementary Color

#fefb47 #474afe

#fefb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefb47 Color CSS Codes

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

#fefb47 Text Font Color

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

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


#fefb47 Background Color

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

This div background color is #fefb47


#fefb47 Border Color

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

This div border color is #fefb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefb47

Related Colors


Comments

No comments written yet.

Please login to write comment.