color codes Logo

#fae38a color codes

#FAE38A
(250,227,138)
0 Favorites   0 Comments

Color spaces of #fae38a

RGB 250227138
HSL0.130.920.76
HSV48°45°98°
CMYK 0.000.090.45   0.02
XYZ71.480977.097135.1585
Yxy77.09710.38900.4196
Hunter Lab87.8050-8.344137.7228
CIE-Lab90.3663-3.780046.1798

#fae38a color RGB value is (250,227,138).

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

The process color (four color CMYK) of #fae38a color code is 0.00, 0.09, 0.45, 0.02. Web safe color of #fae38a is #ffcc99. Color #fae38a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 10001010
Octal 372 343 212
Decimal 250 227 138
Hex FA E3 8A

RGB Percentages of Color #fae38a

%40.65
%36.91
%22.44

CMYK Percentages of Color #fae38a

%0
%9
%45
%2

Triadic Colors of #fae38a

#fae38a #8afae3 #e38afa

Analogous Colors of #fae38a

#fae38a #d9fa8a #faab8a

Monochromatic Colors of #fae38a

#fae38a

Complementary Color

#fae38a #8aa1fa

#fae38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae38a Color CSS Codes

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

#fae38a Text Font Color

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

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


#fae38a Background Color

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

This div background color is #fae38a


#fae38a Border Color

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

This div border color is #fae38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae38a


Comments

No comments written yet.

Please login to write comment.