Color Hex Logo

#faedca Color Hex

#FAEDCA
(250,237,202)
1 Favorites   0 Comments

Color spaces of #faedca

RGB 250237202
HSL0.120.830.89
HSV44°19°98°
CMYK 0.000.050.19   0.02
XYZ80.369285.156668.0781
Yxy85.15660.34400.3645
Hunter Lab92.2803-6.030620.8561
CIE-Lab93.9506-1.114318.5504

#faedca color RGB value is (250,237,202).

#faedca hex color red value is 250, green value is 237 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #faedca hue: 0.12 , saturation: 0.83 and the lightness value of faedca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11001010
Octal 372 355 312
Decimal 250 237 202
Hex FA ED CA

RGB Percentages of Color #faedca

%36.28
%34.40
%29.32

CMYK Percentages of Color #faedca

%0
%5
%19
%2

Triadic Colors of #faedca

#faedca #cafaed #edcafa

Analogous Colors of #faedca

#faedca #effaca #fad5ca

Monochromatic Colors of #faedca

#faedca

Complementary Color

#faedca #cad7fa

#faedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedca Color CSS Codes

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

#faedca Text Font Color

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

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


#faedca Background Color

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

This div background color is #faedca


#faedca Border Color

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

This div border color is #faedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedca

#faedca Color Palettes


Comments

No comments written yet.

Please login to write comment.