Color Hex Logo

#faee05 Color Hex

#FAEE05
(250,238,5)
0 Favorites   0 Comments

Color spaces of #faee05

RGB 2502385
HSL0.160.960.50
HSV57°98°98°
CMYK 0.000.050.98   0.02
XYZ70.026381.484012.1808
Yxy81.48400.42780.4978
Hunter Lab90.2685-19.497555.1874
CIE-Lab92.3466-15.421490.4360

#faee05 color RGB value is (250,238,5).

#faee05 hex color red value is 250, green value is 238 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #faee05 hue: 0.16 , saturation: 0.96 and the lightness value of faee05 is 0.50.

The process color (four color CMYK) of #faee05 color hex is 0.00, 0.05, 0.98, 0.02. Web safe color of #faee05 is #ffff00. Color #faee05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 00000101
Octal 372 356 5
Decimal 250 238 5
Hex FA EE 5

RGB Percentages of Color #faee05

%50.71
%48.28
%1.01

CMYK Percentages of Color #faee05

%0
%5
%98
%2

Triadic Colors of #faee05

#faee05 #05faee #ee05fa

Analogous Colors of #faee05

#faee05 #8cfa05 #fa7405

Monochromatic Colors of #faee05

#faee05

Complementary Color

#faee05 #0511fa

#faee05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee05 Color CSS Codes

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

#faee05 Text Font Color

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

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


#faee05 Background Color

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

This div background color is #faee05


#faee05 Border Color

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

This div border color is #faee05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee05

Related Colors


Comments

No comments written yet.

Please login to write comment.