Color Hex Logo

#fae13d Color Hex

#FAE13D
(250,225,61)
0 Favorites   0 Comments

Color spaces of #fae13d

RGB 25022561
HSL0.140.950.61
HSV52°76°98°
CMYK 0.000.100.76   0.02
XYZ67.191974.511315.2556
Yxy74.51130.42810.4747
Hunter Lab86.3199-12.114549.9454
CIE-Lab89.1636-7.878477.4394

#fae13d color RGB value is (250,225,61).

#fae13d hex color red value is 250, green value is 225 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fae13d hue: 0.14 , saturation: 0.95 and the lightness value of fae13d is 0.61.

The process color (four color CMYK) of #fae13d color hex is 0.00, 0.10, 0.76, 0.02. Web safe color of #fae13d is #ffcc33. Color #fae13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 00111101
Octal 372 341 75
Decimal 250 225 61
Hex FA E1 3D

RGB Percentages of Color #fae13d

%46.64
%41.98
%11.38

CMYK Percentages of Color #fae13d

%0
%10
%76
%2

Triadic Colors of #fae13d

#fae13d #3dfae1 #e13dfa

Analogous Colors of #fae13d

#fae13d #b5fa3d #fa833d

Monochromatic Colors of #fae13d

#fae13d

Complementary Color

#fae13d #3d56fa

#fae13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae13d Color CSS Codes

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

#fae13d Text Font Color

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

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


#fae13d Background Color

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

This div background color is #fae13d


#fae13d Border Color

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

This div border color is #fae13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae13d


Comments

No comments written yet.

Please login to write comment.