Color Hex Logo

#faae02 Color Hex

#FAAE02
(250,174,2)
0 Favorites   0 Comments

Color spaces of #faae02

RGB 2501742
HSL0.120.980.49
HSV42°99°98°
CMYK 0.000.300.99   0.02
XYZ54.571450.60056.9481
Yxy50.60050.48670.4513
Hunter Lab71.134012.454144.0026
CIE-Lab76.436417.138679.4513

#faae02 color RGB value is (250,174,2).

#faae02 hex color red value is 250, green value is 174 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #faae02 hue: 0.12 , saturation: 0.98 and the lightness value of faae02 is 0.49.

The process color (four color CMYK) of #faae02 color hex is 0.00, 0.30, 0.99, 0.02. Web safe color of #faae02 is #ff9900. Color #faae02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 00000010
Octal 372 256 2
Decimal 250 174 2
Hex FA AE 2

RGB Percentages of Color #faae02

%58.69
%40.85
%0.47

CMYK Percentages of Color #faae02

%0
%30
%99
%2

Triadic Colors of #faae02

#faae02 #02faae #ae02fa

Analogous Colors of #faae02

#faae02 #cafa02 #fa3202

Monochromatic Colors of #faae02

#faae02

Complementary Color

#faae02 #024efa

#faae02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faae02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faae02 Color CSS Codes

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

#faae02 Text Font Color

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

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


#faae02 Background Color

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

This div background color is #faae02


#faae02 Border Color

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

This div border color is #faae02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faae02


Comments

No comments written yet.

Please login to write comment.