Color Hex Logo

#fec271 Color Hex

#FEC271
(254,194,113)
0 Favorites   0 Comments

Color spaces of #fec271

RGB 254194113
HSL0.100.990.72
HSV34°56°100°
CMYK 0.000.240.56   0.00
XYZ63.145560.846724.0392
Yxy60.84670.42660.4110
Hunter Lab78.00437.990636.3311
CIE-Lab82.296312.595348.5976

#fec271 color RGB value is (254,194,113).

#fec271 hex color red value is 254, green value is 194 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fec271 hue: 0.10 , saturation: 0.99 and the lightness value of fec271 is 0.72.

The process color (four color CMYK) of #fec271 color hex is 0.00, 0.24, 0.56, 0.00. Web safe color of #fec271 is #ffcc66. Color #fec271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 01110001
Octal 376 302 161
Decimal 254 194 113
Hex FE C2 71

RGB Percentages of Color #fec271

%45.28
%34.58
%20.14

CMYK Percentages of Color #fec271

%0
%24
%56
%0

Triadic Colors of #fec271

#fec271 #71fec2 #c271fe

Analogous Colors of #fec271

#fec271 #f4fe71 #fe7c71

Monochromatic Colors of #fec271

#fec271

Complementary Color

#fec271 #71adfe

#fec271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec271 Color CSS Codes

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

#fec271 Text Font Color

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

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


#fec271 Background Color

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

This div background color is #fec271


#fec271 Border Color

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

This div border color is #fec271


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,194,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fec271; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fec271;
  -webkit-box-shadow: 1px 1px 3px 2px #fec271;
  box-shadow:         1px 1px 3px 2px #fec271; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,194,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec271

Related Colors


Comments

No comments written yet.

Please login to write comment.