Color Hex Logo

#face55 Color Hex

#FACE55
(250,206,85)
0 Favorites   0 Comments

Color spaces of #face55

RGB 25020685
HSL0.120.940.66
HSV44°66°98°
CMYK 0.000.180.66   0.02
XYZ63.135365.122517.8366
Yxy65.12250.43220.4458
Hunter Lab80.6985-1.571143.3842
CIE-Lab84.54682.871163.9238

#face55 color RGB value is (250,206,85).

#face55 hex color red value is 250, green value is 206 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #face55 hue: 0.12 , saturation: 0.94 and the lightness value of face55 is 0.66.

The process color (four color CMYK) of #face55 color hex is 0.00, 0.18, 0.66, 0.02. Web safe color of #face55 is #ffcc66. Color #face55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 01010101
Octal 372 316 125
Decimal 250 206 85
Hex FA CE 55

RGB Percentages of Color #face55

%46.21
%38.08
%15.71

CMYK Percentages of Color #face55

%0
%18
%66
%2

Triadic Colors of #face55

#face55 #55face #ce55fa

Analogous Colors of #face55

#face55 #d4fa55 #fa7c55

Monochromatic Colors of #face55

#face55

Complementary Color

#face55 #5581fa

#face55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#face55 Color CSS Codes

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

#face55 Text Font Color

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

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


#face55 Background Color

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

This div background color is #face55


#face55 Border Color

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

This div border color is #face55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face55


Comments

No comments written yet.

Please login to write comment.