Color Hex Logo

#fae183 Color Hex

#FAE183
(250,225,131)
0 Favorites   0 Comments

Color spaces of #fae183

RGB 250225131
HSL0.130.920.75
HSV47°48°98°
CMYK 0.000.100.48   0.02
XYZ70.446375.813132.3932
Yxy75.81310.39430.4244
Hunter Lab87.0707-7.954838.8917
CIE-Lab89.7725-3.424948.8520

#fae183 color RGB value is (250,225,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10000011
Octal 372 341 203
Decimal 250 225 131
Hex FA E1 83

RGB Percentages of Color #fae183

%41.25
%37.13
%21.62

CMYK Percentages of Color #fae183

%0
%10
%48
%2

Triadic Colors of #fae183

#fae183 #83fae1 #e183fa

Analogous Colors of #fae183

#fae183 #d8fa83 #faa683

Monochromatic Colors of #fae183

#fae183

Complementary Color

#fae183 #839cfa

#fae183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae183 Color CSS Codes

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

#fae183 Text Font Color

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

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


#fae183 Background Color

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

This div background color is #fae183


#fae183 Border Color

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

This div border color is #fae183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae183


Comments

No comments written yet.

Please login to write comment.