Color Hex Logo

#face61 Color Hex

#FACE61
(250,206,97)
0 Favorites   0 Comments

Color spaces of #face61

RGB 25020697
HSL0.120.940.68
HSV43°61°98°
CMYK 0.000.180.61   0.02
XYZ63.653365.329720.5643
Yxy65.32970.42560.4368
Hunter Lab80.8268-0.873341.4939
CIE-Lab84.65333.601858.7915

#face61 color RGB value is (250,206,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 01100001
Octal 372 316 141
Decimal 250 206 97
Hex FA CE 61

RGB Percentages of Color #face61

%45.21
%37.25
%17.54

CMYK Percentages of Color #face61

%0
%18
%61
%2

Triadic Colors of #face61

#face61 #61face #ce61fa

Analogous Colors of #face61

#face61 #dafa61 #fa8261

Monochromatic Colors of #face61

#face61

Complementary Color

#face61 #618dfa

#face61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#face61 Color CSS Codes

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

#face61 Text Font Color

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

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


#face61 Background Color

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

This div background color is #face61


#face61 Border Color

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

This div border color is #face61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face61


Comments

No comments written yet.

Please login to write comment.