Color Hex Logo

#fabe67 Color Hex

#FABE67
(250,190,103)
0 Favorites   0 Comments

Color spaces of #fabe67

RGB 250190103
HSL0.100.940.69
HSV36°59°98°
CMYK 0.000.240.59   0.02
XYZ60.286058.130220.8748
Yxy58.13020.43280.4173
Hunter Lab76.24327.715737.1371
CIE-Lab80.811112.309151.5923

#fabe67 color RGB value is (250,190,103).

#fabe67 hex color red value is 250, green value is 190 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #fabe67 hue: 0.10 , saturation: 0.94 and the lightness value of fabe67 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 01100111
Octal 372 276 147
Decimal 250 190 103
Hex FA BE 67

RGB Percentages of Color #fabe67

%46.04
%34.99
%18.97

CMYK Percentages of Color #fabe67

%0
%24
%59
%2

Triadic Colors of #fabe67

#fabe67 #67fabe #be67fa

Analogous Colors of #fabe67

#fabe67 #edfa67 #fa7567

Monochromatic Colors of #fabe67

#fabe67

Complementary Color

#fabe67 #67a3fa

#fabe67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabe67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabe67 Color CSS Codes

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

#fabe67 Text Font Color

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

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


#fabe67 Background Color

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

This div background color is #fabe67


#fabe67 Border Color

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

This div border color is #fabe67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabe67


Comments

No comments written yet.

Please login to write comment.