Color Hex Logo

#faedbc Color Hex

#FAEDBC
(250,237,188)
0 Favorites   0 Comments

Color spaces of #faedbc

RGB 250237188
HSL0.130.860.86
HSV47°25°98°
CMYK 0.000.050.25   0.02
XYZ78.785684.523259.7391
Yxy84.52320.35320.3789
Hunter Lab91.9365-7.922125.8297
CIE-Lab93.6773-3.062425.3683

#faedbc color RGB value is (250,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 10111100
Octal 372 355 274
Decimal 250 237 188
Hex FA ED BC

RGB Percentages of Color #faedbc

%37.04
%35.11
%27.85

CMYK Percentages of Color #faedbc

%0
%5
%25
%2

Triadic Colors of #faedbc

#faedbc #bcfaed #edbcfa

Analogous Colors of #faedbc

#faedbc #e8fabc #facebc

Monochromatic Colors of #faedbc

#faedbc

Complementary Color

#faedbc #bcc9fa

#faedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedbc Color CSS Codes

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

#faedbc Text Font Color

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

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


#faedbc Background Color

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

This div background color is #faedbc


#faedbc Border Color

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

This div border color is #faedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedbc

Related Colors


Comments

No comments written yet.

Please login to write comment.