Color Hex Logo

#faeb60 Color Hex

#FAEB60
(250,235,96)
0 Favorites   0 Comments

Color spaces of #faeb60

RGB 25023596
HSL0.150.940.68
HSV54°62°98°
CMYK 0.000.060.62   0.02
XYZ71.244080.585222.8659
Yxy80.58520.40780.4613
Hunter Lab89.7693-15.432447.7362
CIE-Lab91.9468-11.095467.2359

#faeb60 color RGB value is (250,235,96).

#faeb60 hex color red value is 250, green value is 235 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #faeb60 hue: 0.15 , saturation: 0.94 and the lightness value of faeb60 is 0.68.

The process color (four color CMYK) of #faeb60 color hex is 0.00, 0.06, 0.62, 0.02. Web safe color of #faeb60 is #ffff66. Color #faeb60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 01100000
Octal 372 353 140
Decimal 250 235 96
Hex FA EB 60

RGB Percentages of Color #faeb60

%43.03
%40.45
%16.52

CMYK Percentages of Color #faeb60

%0
%6
%62
%2

Triadic Colors of #faeb60

#faeb60 #60faeb #eb60fa

Analogous Colors of #faeb60

#faeb60 #bcfa60 #fa9e60

Monochromatic Colors of #faeb60

#faeb60

Complementary Color

#faeb60 #606ffa

#faeb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeb60 Color CSS Codes

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

#faeb60 Text Font Color

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

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


#faeb60 Background Color

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

This div background color is #faeb60


#faeb60 Border Color

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

This div border color is #faeb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeb60


Comments

No comments written yet.

Please login to write comment.