Color Hex Logo

#fae185 Color Hex

#FAE185
(250,225,133)
0 Favorites   0 Comments

Color spaces of #fae185

RGB 250225133
HSL0.130.920.75
HSV47°47°98°
CMYK 0.000.100.47   0.02
XYZ70.583275.867933.1141
Yxy75.86790.39310.4225
Hunter Lab87.1022-7.781538.4309
CIE-Lab89.7980-3.241847.9128

#fae185 color RGB value is (250,225,133).

#fae185 hex color red value is 250, green value is 225 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #fae185 hue: 0.13 , saturation: 0.92 and the lightness value of fae185 is 0.75.

The process color (four color CMYK) of #fae185 color hex is 0.00, 0.10, 0.47, 0.02. Web safe color of #fae185 is #ffcc99. Color #fae185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10000101
Octal 372 341 205
Decimal 250 225 133
Hex FA E1 85

RGB Percentages of Color #fae185

%41.12
%37.01
%21.88

CMYK Percentages of Color #fae185

%0
%10
%47
%2

Triadic Colors of #fae185

#fae185 #85fae1 #e185fa

Analogous Colors of #fae185

#fae185 #d9fa85 #faa785

Monochromatic Colors of #fae185

#fae185

Complementary Color

#fae185 #859efa

#fae185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae185 Color CSS Codes

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

#fae185 Text Font Color

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

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


#fae185 Background Color

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

This div background color is #fae185


#fae185 Border Color

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

This div border color is #fae185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae185


Comments

No comments written yet.

Please login to write comment.