Color Hex Logo

#febe71 Color Hex

#FEBE71
(254,190,113)
0 Favorites   0 Comments

Color spaces of #febe71

RGB 254190113
HSL0.090.990.72
HSV33°56°100°
CMYK 0.000.250.56   0.00
XYZ62.267159.090023.7465
Yxy59.09000.42910.4072
Hunter Lab76.870010.068035.4933
CIE-Lab81.341014.680147.4432

#febe71 color RGB value is (254,190,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 01110001
Octal 376 276 161
Decimal 254 190 113
Hex FE BE 71

RGB Percentages of Color #febe71

%45.60
%34.11
%20.29

CMYK Percentages of Color #febe71

%0
%25
%56
%0

Triadic Colors of #febe71

#febe71 #71febe #be71fe

Analogous Colors of #febe71

#febe71 #f8fe71 #fe7871

Monochromatic Colors of #febe71

#febe71

Complementary Color

#febe71 #71b1fe

#febe71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe71 Color CSS Codes

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

#febe71 Text Font Color

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

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


#febe71 Background Color

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

This div background color is #febe71


#febe71 Border Color

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

This div border color is #febe71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe71

Related Colors


Comments

No comments written yet.

Please login to write comment.