Color Hex Logo

#febf76 Color Hex

#FEBF76
(254,191,118)
0 Favorites   0 Comments

Color spaces of #febf76

RGB 254191118
HSL0.090.990.73
HSV32°54°100°
CMYK 0.000.250.54   0.00
XYZ62.773959.640425.3428
Yxy59.64040.42480.4036
Hunter Lab77.22729.945634.6025
CIE-Lab81.642314.556445.3234

#febf76 color RGB value is (254,191,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01110110
Octal 376 277 166
Decimal 254 191 118
Hex FE BF 76

RGB Percentages of Color #febf76

%45.12
%33.93
%20.96

CMYK Percentages of Color #febf76

%0
%25
%54
%0

Triadic Colors of #febf76

#febf76 #76febf #bf76fe

Analogous Colors of #febf76

#febf76 #f9fe76 #fe7b76

Monochromatic Colors of #febf76

#febf76

Complementary Color

#febf76 #76b5fe

#febf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf76 Color CSS Codes

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

#febf76 Text Font Color

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

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


#febf76 Background Color

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

This div background color is #febf76


#febf76 Border Color

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

This div border color is #febf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf76


Comments

No comments written yet.

Please login to write comment.