Color Hex Logo

#fae617 Color Hex

#FAE617
(250,230,23)
0 Favorites   0 Comments

Color spaces of #fae617

RGB 25023023
HSL0.150.960.54
HSV55°91°98°
CMYK 0.000.080.91   0.02
XYZ67.875876.979512.0917
Yxy76.97950.43250.4905
Hunter Lab87.7380-15.450353.2455
CIE-Lab90.3122-11.323187.1639

#fae617 color RGB value is (250,230,23).

#fae617 hex color red value is 250, green value is 230 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #fae617 hue: 0.15 , saturation: 0.96 and the lightness value of fae617 is 0.54.

The process color (four color CMYK) of #fae617 color hex is 0.00, 0.08, 0.91, 0.02. Web safe color of #fae617 is #ffff00. Color #fae617 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 00010111
Octal 372 346 27
Decimal 250 230 23
Hex FA E6 17

RGB Percentages of Color #fae617

%49.70
%45.73
%4.57

CMYK Percentages of Color #fae617

%0
%8
%91
%2

Triadic Colors of #fae617

#fae617 #17fae6 #e617fa

Analogous Colors of #fae617

#fae617 #9dfa17 #fa7517

Monochromatic Colors of #fae617

#fae617

Complementary Color

#fae617 #172bfa

#fae617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae617 Color CSS Codes

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

#fae617 Text Font Color

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

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


#fae617 Background Color

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

This div background color is #fae617


#fae617 Border Color

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

This div border color is #fae617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae617

Related Colors


Comments

No comments written yet.

Please login to write comment.