Color Hex Logo

#fae36c Color Hex

#FAE36C
(250,227,108)
0 Favorites   0 Comments

Color spaces of #fae36c

RGB 250227108
HSL0.140.930.70
HSV50°57°98°
CMYK 0.000.090.57   0.02
XYZ69.600276.344925.2551
Yxy76.34490.40650.4459
Hunter Lab87.3756-10.720644.0257
CIE-Lab90.0192-6.307359.9084

#fae36c color RGB value is (250,227,108).

#fae36c hex color red value is 250, green value is 227 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fae36c hue: 0.14 , saturation: 0.93 and the lightness value of fae36c is 0.70.

The process color (four color CMYK) of #fae36c color hex is 0.00, 0.09, 0.57, 0.02. Web safe color of #fae36c is #ffcc66. Color #fae36c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 01101100
Octal 372 343 154
Decimal 250 227 108
Hex FA E3 6C

RGB Percentages of Color #fae36c

%42.74
%38.80
%18.46

CMYK Percentages of Color #fae36c

%0
%9
%57
%2

Triadic Colors of #fae36c

#fae36c #6cfae3 #e36cfa

Analogous Colors of #fae36c

#fae36c #cafa6c #fa9c6c

Monochromatic Colors of #fae36c

#fae36c

Complementary Color

#fae36c #6c83fa

#fae36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae36c Color CSS Codes

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

#fae36c Text Font Color

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

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


#fae36c Background Color

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

This div background color is #fae36c


#fae36c Border Color

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

This div border color is #fae36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae36c

Related Colors


Comments

No comments written yet.

Please login to write comment.