Color Hex Logo

#faedbe Color Hex

#FAEDBE
(250,237,190)
0 Favorites   0 Comments

Color spaces of #faedbe

RGB 250237190
HSL0.130.860.86
HSV47°24°98°
CMYK 0.000.050.24   0.02
XYZ79.002884.610160.8827
Yxy84.61010.35190.3769
Hunter Lab91.9837-7.661925.1454
CIE-Lab93.7148-2.793224.3949

#faedbe color RGB value is (250,237,190).

#faedbe hex color red value is 250, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #faedbe hue: 0.13 , saturation: 0.86 and the lightness value of faedbe is 0.86.

The process color (four color CMYK) of #faedbe color hex is 0.00, 0.05, 0.24, 0.02. Web safe color of #faedbe is #ffffcc. Color #faedbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 10111110
Octal 372 355 276
Decimal 250 237 190
Hex FA ED BE

RGB Percentages of Color #faedbe

%36.93
%35.01
%28.06

CMYK Percentages of Color #faedbe

%0
%5
%24
%2

Triadic Colors of #faedbe

#faedbe #befaed #edbefa

Analogous Colors of #faedbe

#faedbe #e9fabe #facfbe

Monochromatic Colors of #faedbe

#faedbe

Complementary Color

#faedbe #becbfa

#faedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedbe Color CSS Codes

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

#faedbe Text Font Color

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

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


#faedbe Background Color

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

This div background color is #faedbe


#faedbe Border Color

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

This div border color is #faedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedbe

Related Colors


Comments

No comments written yet.

Please login to write comment.