Color Hex Logo

#fefb72 Color Hex

#FEFB72
(254,251,114)
0 Favorites   0 Comments

Color spaces of #fefb72

RGB 254251114
HSL0.160.990.72
HSV59°55°100°
CMYK 0.000.010.55   0.00
XYZ78.407591.280129.4059
Yxy91.28010.39380.4585
Hunter Lab95.5406-20.706248.6299
CIE-Lab96.5253-16.090864.7320

#fefb72 color RGB value is (254,251,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 01110010
Octal 376 373 162
Decimal 254 251 114
Hex FE FB 72

RGB Percentages of Color #fefb72

%41.03
%40.55
%18.42

CMYK Percentages of Color #fefb72

%0
%1
%55
%0

Triadic Colors of #fefb72

#fefb72 #72fefb #fb72fe

Analogous Colors of #fefb72

#fefb72 #bbfe72 #feb572

Monochromatic Colors of #fefb72

#fefb72

Complementary Color

#fefb72 #7275fe

#fefb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefb72 Color CSS Codes

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

#fefb72 Text Font Color

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

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


#fefb72 Background Color

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

This div background color is #fefb72


#fefb72 Border Color

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

This div border color is #fefb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefb72

Related Colors


Comments

No comments written yet.

Please login to write comment.