Color Hex Logo

#febf71 Color Hex

#FEBF71
(254,191,113)
0 Favorites   0 Comments

Color spaces of #febf71

RGB 254191113
HSL0.090.990.72
HSV33°56°100°
CMYK 0.000.250.56   0.00
XYZ62.484559.524723.8189
Yxy59.52470.42850.4082
Hunter Lab77.15239.548135.7022
CIE-Lab81.579214.158647.7316

#febf71 color RGB value is (254,191,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01110001
Octal 376 277 161
Decimal 254 191 113
Hex FE BF 71

RGB Percentages of Color #febf71

%45.52
%34.23
%20.25

CMYK Percentages of Color #febf71

%0
%25
%56
%0

Triadic Colors of #febf71

#febf71 #71febf #bf71fe

Analogous Colors of #febf71

#febf71 #f7fe71 #fe7971

Monochromatic Colors of #febf71

#febf71

Complementary Color

#febf71 #71b0fe

#febf71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf71 Color CSS Codes

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

#febf71 Text Font Color

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

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


#febf71 Background Color

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

This div background color is #febf71


#febf71 Border Color

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

This div border color is #febf71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,191,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 #febf71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf71


Comments

No comments written yet.

Please login to write comment.