Color Hex Logo

#face93 Color Hex

#FACE93
(250,206,147)
0 Favorites   0 Comments

Color spaces of #face93

RGB 250206147
HSL0.100.910.78
HSV34°41°98°
CMYK 0.000.180.41   0.02
XYZ66.762166.573236.9349
Yxy66.57320.39210.3910
Hunter Lab81.59243.269030.2755
CIE-Lab85.28807.875235.1511

#face93 color RGB value is (250,206,147).

#face93 hex color red value is 250, green value is 206 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #face93 hue: 0.10 , saturation: 0.91 and the lightness value of face93 is 0.78.

The process color (four color CMYK) of #face93 color hex is 0.00, 0.18, 0.41, 0.02. Web safe color of #face93 is #ffcc99. Color #face93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 10010011
Octal 372 316 223
Decimal 250 206 147
Hex FA CE 93

RGB Percentages of Color #face93

%41.46
%34.16
%24.38

CMYK Percentages of Color #face93

%0
%18
%41
%2

Triadic Colors of #face93

#face93 #93face #ce93fa

Analogous Colors of #face93

#face93 #f3fa93 #fa9b93

Monochromatic Colors of #face93

#face93

Complementary Color

#face93 #93bffa

#face93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#face93 Color CSS Codes

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

#face93 Text Font Color

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

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


#face93 Background Color

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

This div background color is #face93


#face93 Border Color

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

This div border color is #face93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face93


Comments

No comments written yet.

Please login to write comment.