Color Hex Logo

#faee60 Color Hex

#FAEE60
(250,238,96)
0 Favorites   0 Comments

Color spaces of #faee60

RGB 25023896
HSL0.150.940.68
HSV55°62°98°
CMYK 0.000.050.62   0.02
XYZ72.110282.317623.1546
Yxy82.31760.40610.4635
Hunter Lab90.7290-16.906548.3792
CIE-Lab92.7149-12.572768.0619

#faee60 color RGB value is (250,238,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01100000
Octal 372 356 140
Decimal 250 238 96
Hex FA EE 60

RGB Percentages of Color #faee60

%42.81
%40.75
%16.44

CMYK Percentages of Color #faee60

%0
%5
%62
%2

Triadic Colors of #faee60

#faee60 #60faee #ee60fa

Analogous Colors of #faee60

#faee60 #b9fa60 #faa160

Monochromatic Colors of #faee60

#faee60

Complementary Color

#faee60 #606cfa

#faee60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee60 Color CSS Codes

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

#faee60 Text Font Color

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

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


#faee60 Background Color

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

This div background color is #faee60


#faee60 Border Color

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

This div border color is #faee60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee60


Comments

No comments written yet.

Please login to write comment.