Color Hex Logo

#faea37 Color Hex

#FAEA37
(250,234,55)
0 Favorites   0 Comments

Color spaces of #faea37

RGB 25023455
HSL0.150.950.60
HSV55°78°98°
CMYK 0.000.060.78   0.02
XYZ69.536779.445515.2840
Yxy79.44550.42330.4836
Hunter Lab89.1322-16.724252.2258
CIE-Lab91.4355-12.549081.2921

#faea37 color RGB value is (250,234,55).

#faea37 hex color red value is 250, green value is 234 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #faea37 hue: 0.15 , saturation: 0.95 and the lightness value of faea37 is 0.60.

The process color (four color CMYK) of #faea37 color hex is 0.00, 0.06, 0.78, 0.02. Web safe color of #faea37 is #ffff33. Color #faea37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 00110111
Octal 372 352 67
Decimal 250 234 55
Hex FA EA 37

RGB Percentages of Color #faea37

%46.38
%43.41
%10.20

CMYK Percentages of Color #faea37

%0
%6
%78
%2

Triadic Colors of #faea37

#faea37 #37faea #ea37fa

Analogous Colors of #faea37

#faea37 #a9fa37 #fa8937

Monochromatic Colors of #faea37

#faea37

Complementary Color

#faea37 #3747fa

#faea37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea37 Color CSS Codes

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

#faea37 Text Font Color

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

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


#faea37 Background Color

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

This div background color is #faea37


#faea37 Border Color

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

This div border color is #faea37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea37


Comments

No comments written yet.

Please login to write comment.