Color Hex Logo

#face06 Color Hex

#FACE06
(250,206,6)
0 Favorites   0 Comments

Color spaces of #face06

RGB 2502066
HSL0.140.960.50
HSV49°98°98°
CMYK 0.000.180.98   0.02
XYZ61.528564.47989.3752
Yxy64.47980.45450.4763
Hunter Lab80.2993-3.750149.2872
CIE-Lab84.21500.568784.4689

#face06 color RGB value is (250,206,6).

#face06 hex color red value is 250, green value is 206 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #face06 hue: 0.14 , saturation: 0.96 and the lightness value of face06 is 0.50.

The process color (four color CMYK) of #face06 color hex is 0.00, 0.18, 0.98, 0.02. Web safe color of #face06 is #ffcc00. Color #face06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 00000110
Octal 372 316 6
Decimal 250 206 6
Hex FA CE 6

RGB Percentages of Color #face06

%54.11
%44.59
%1.30

CMYK Percentages of Color #face06

%0
%18
%98
%2

Triadic Colors of #face06

#face06 #06face #ce06fa

Analogous Colors of #face06

#face06 #acfa06 #fa5406

Monochromatic Colors of #face06

#face06

Complementary Color

#face06 #0632fa

#face06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#face06 Color CSS Codes

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

#face06 Text Font Color

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

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


#face06 Background Color

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

This div background color is #face06


#face06 Border Color

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

This div border color is #face06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face06


Comments

No comments written yet.

Please login to write comment.