Color Hex Logo

#fbedaa Color Hex

#FBEDAA
(251,237,170)
0 Favorites   0 Comments

Color spaces of #fbedaa

RGB 251237170
HSL0.140.910.83
HSV50°32°98°
CMYK 0.000.060.32   0.02
XYZ77.323583.979950.1646
Yxy83.97990.36570.3971
Hunter Lab91.6405-9.758131.6927
CIE-Lab93.4418-4.971034.2233

#fbedaa color RGB value is (251,237,170).

#fbedaa hex color red value is 251, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fbedaa hue: 0.14 , saturation: 0.91 and the lightness value of fbedaa is 0.83.

The process color (four color CMYK) of #fbedaa color hex is 0.00, 0.06, 0.32, 0.02. Web safe color of #fbedaa is #ffff99. Color #fbedaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 10101010
Octal 373 355 252
Decimal 251 237 170
Hex FB ED AA

RGB Percentages of Color #fbedaa

%38.15
%36.02
%25.84

CMYK Percentages of Color #fbedaa

%0
%6
%32
%2

Triadic Colors of #fbedaa

#fbedaa #aafbed #edaafb

Analogous Colors of #fbedaa

#fbedaa #e1fbaa #fbc5aa

Monochromatic Colors of #fbedaa

#fbedaa

Complementary Color

#fbedaa #aab8fb

#fbedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedaa Color CSS Codes

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

#fbedaa Text Font Color

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

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


#fbedaa Background Color

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

This div background color is #fbedaa


#fbedaa Border Color

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

This div border color is #fbedaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,237,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbedaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbedaa;
  -webkit-box-shadow: 1px 1px 3px 2px #fbedaa;
  box-shadow:         1px 1px 3px 2px #fbedaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,237,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedaa


Comments

No comments written yet.

Please login to write comment.