Color Hex Logo

#face27 Color Hex

#FACE27
(250,206,39)
0 Favorites   0 Comments

Color spaces of #face27

RGB 25020639
HSL0.130.950.57
HSV47°84°98°
CMYK 0.000.180.84   0.02
XYZ61.861964.613111.1306
Yxy64.61310.44960.4696
Hunter Lab80.3823-3.296048.0577
CIE-Lab84.28401.051179.3881

#face27 color RGB value is (250,206,39).

#face27 hex color red value is 250, green value is 206 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #face27 hue: 0.13 , saturation: 0.95 and the lightness value of face27 is 0.57.

The process color (four color CMYK) of #face27 color hex is 0.00, 0.18, 0.84, 0.02. Web safe color of #face27 is #ffcc33. Color #face27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 00100111
Octal 372 316 47
Decimal 250 206 39
Hex FA CE 27

RGB Percentages of Color #face27

%50.51
%41.62
%7.88

CMYK Percentages of Color #face27

%0
%18
%84
%2

Triadic Colors of #face27

#face27 #27face #ce27fa

Analogous Colors of #face27

#face27 #bdfa27 #fa6527

Monochromatic Colors of #face27

#face27

Complementary Color

#face27 #2753fa

#face27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#face27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#face27 Color CSS Codes

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

#face27 Text Font Color

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

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


#face27 Background Color

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

This div background color is #face27


#face27 Border Color

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

This div border color is #face27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #face27


Comments

No comments written yet.

Please login to write comment.