Color Hex Logo

#fabe4b Color Hex

#FABE4B
(250,190,75)
0 Favorites   0 Comments

Color spaces of #fabe4b

RGB 25019075
HSL0.110.950.64
HSV39°70°98°
CMYK 0.000.240.70   0.02
XYZ59.107857.658914.6706
Yxy57.65890.44970.4387
Hunter Lab75.93356.063741.6984
CIE-Lab80.548810.622963.9314

#fabe4b color RGB value is (250,190,75).

#fabe4b hex color red value is 250, green value is 190 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fabe4b hue: 0.11 , saturation: 0.95 and the lightness value of fabe4b is 0.64.

The process color (four color CMYK) of #fabe4b color hex is 0.00, 0.24, 0.70, 0.02. Web safe color of #fabe4b is #ffcc33. Color #fabe4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 01001011
Octal 372 276 113
Decimal 250 190 75
Hex FA BE 4B

RGB Percentages of Color #fabe4b

%48.54
%36.89
%14.56

CMYK Percentages of Color #fabe4b

%0
%24
%70
%2

Triadic Colors of #fabe4b

#fabe4b #4bfabe #be4bfa

Analogous Colors of #fabe4b

#fabe4b #dffa4b #fa674b

Monochromatic Colors of #fabe4b

#fabe4b

Complementary Color

#fabe4b #4b87fa

#fabe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabe4b Color CSS Codes

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

#fabe4b Text Font Color

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

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


#fabe4b Background Color

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

This div background color is #fabe4b


#fabe4b Border Color

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

This div border color is #fabe4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabe4b


Comments

No comments written yet.

Please login to write comment.