Color Hex Logo

#faefba Color Hex

#FAEFBA
(250,239,186)
0 Favorites   0 Comments

Color spaces of #faefba

RGB 250239186
HSL0.140.860.85
HSV50°26°98°
CMYK 0.000.040.26   0.02
XYZ79.153885.602258.8054
Yxy85.60220.35410.3829
Hunter Lab92.5215-9.202527.0811
CIE-Lab94.1420-4.335027.0270

#faefba color RGB value is (250,239,186).

#faefba hex color red value is 250, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #faefba hue: 0.14 , saturation: 0.86 and the lightness value of faefba is 0.85.

The process color (four color CMYK) of #faefba color hex is 0.00, 0.04, 0.26, 0.02. Web safe color of #faefba is #ffffcc. Color #faefba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 10111010
Octal 372 357 272
Decimal 250 239 186
Hex FA EF BA

RGB Percentages of Color #faefba

%37.04
%35.41
%27.56

CMYK Percentages of Color #faefba

%0
%4
%26
%2

Triadic Colors of #faefba

#faefba #bafaef #efbafa

Analogous Colors of #faefba

#faefba #e5faba #facfba

Monochromatic Colors of #faefba

#faefba

Complementary Color

#faefba #bac5fa

#faefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefba Color CSS Codes

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

#faefba Text Font Color

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

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


#faefba Background Color

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

This div background color is #faefba


#faefba Border Color

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

This div border color is #faefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefba


Comments

No comments written yet.

Please login to write comment.