Color Hex Logo

#febf73 Color Hex

#FEBF73
(254,191,115)
0 Favorites   0 Comments

Color spaces of #febf73

RGB 254191115
HSL0.090.990.72
HSV33°55°100°
CMYK 0.000.250.55   0.00
XYZ62.598459.570224.4186
Yxy59.57020.42700.4064
Hunter Lab77.18179.704735.2692
CIE-Lab81.604014.315446.7714

#febf73 color RGB value is (254,191,115).

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

The process color (four color CMYK) of #febf73 color hex is 0.00, 0.25, 0.55, 0.00. Web safe color of #febf73 is #ffcc66. Color #febf73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01110011
Octal 376 277 163
Decimal 254 191 115
Hex FE BF 73

RGB Percentages of Color #febf73

%45.36
%34.11
%20.54

CMYK Percentages of Color #febf73

%0
%25
%55
%0

Triadic Colors of #febf73

#febf73 #73febf #bf73fe

Analogous Colors of #febf73

#febf73 #f8fe73 #fe7a73

Monochromatic Colors of #febf73

#febf73

Complementary Color

#febf73 #73b2fe

#febf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf73 Color CSS Codes

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

#febf73 Text Font Color

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

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


#febf73 Background Color

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

This div background color is #febf73


#febf73 Border Color

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

This div border color is #febf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf73

Related Colors


Comments

No comments written yet.

Please login to write comment.