Color Hex Logo

#faee75 Color Hex

#FAEE75
(250,238,117)
0 Favorites   0 Comments

Color spaces of #faee75

RGB 250238117
HSL0.150.930.72
HSV55°53°98°
CMYK 0.000.050.53   0.02
XYZ73.209882.757428.9448
Yxy82.75740.39590.4476
Hunter Lab90.9711-15.549944.8151
CIE-Lab92.9081-11.099559.1748

#faee75 color RGB value is (250,238,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01110101
Octal 372 356 165
Decimal 250 238 117
Hex FA EE 75

RGB Percentages of Color #faee75

%41.32
%39.34
%19.34

CMYK Percentages of Color #faee75

%0
%5
%53
%2

Triadic Colors of #faee75

#faee75 #75faee #ee75fa

Analogous Colors of #faee75

#faee75 #c4fa75 #faac75

Monochromatic Colors of #faee75

#faee75

Complementary Color

#faee75 #7581fa

#faee75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee75 Color CSS Codes

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

#faee75 Text Font Color

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

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


#faee75 Background Color

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

This div background color is #faee75


#faee75 Border Color

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

This div border color is #faee75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee75


Comments

No comments written yet.

Please login to write comment.