Color Hex Logo

#fabe76 Color Hex

#FABE76
(250,190,118)
0 Favorites   0 Comments

Color spaces of #fabe76

RGB 250190118
HSL0.090.930.72
HSV33°53°98°
CMYK 0.000.240.53   0.02
XYZ61.107858.458925.2025
Yxy58.45890.42210.4038
Hunter Lab76.45848.860233.9775
CIE-Lab80.993313.467344.4318

#fabe76 color RGB value is (250,190,118).

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

The process color (four color CMYK) of #fabe76 color hex is 0.00, 0.24, 0.53, 0.02. Web safe color of #fabe76 is #ffcc66. Color #fabe76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 01110110
Octal 372 276 166
Decimal 250 190 118
Hex FA BE 76

RGB Percentages of Color #fabe76

%44.80
%34.05
%21.15

CMYK Percentages of Color #fabe76

%0
%24
%53
%2

Triadic Colors of #fabe76

#fabe76 #76fabe #be76fa

Analogous Colors of #fabe76

#fabe76 #f4fa76 #fa7c76

Monochromatic Colors of #fabe76

#fabe76

Complementary Color

#fabe76 #76b2fa

#fabe76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabe76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabe76 Color CSS Codes

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

#fabe76 Text Font Color

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

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


#fabe76 Background Color

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

This div background color is #fabe76


#fabe76 Border Color

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

This div border color is #fabe76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabe76


Comments

No comments written yet.

Please login to write comment.