Color Hex Logo

#fec652 Color Hex

#FEC652
(254,198,82)
0 Favorites   0 Comments

Color spaces of #fec652

RGB 25419882
HSL0.110.990.66
HSV40°68°100°
CMYK 0.000.220.68   0.00
XYZ62.590162.068216.6641
Yxy62.06820.44290.4392
Hunter Lab78.78343.939942.6075
CIE-Lab82.94978.495963.6226

#fec652 color RGB value is (254,198,82).

#fec652 hex color red value is 254, green value is 198 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fec652 hue: 0.11 , saturation: 0.99 and the lightness value of fec652 is 0.66.

The process color (four color CMYK) of #fec652 color hex is 0.00, 0.22, 0.68, 0.00. Web safe color of #fec652 is #ffcc66. Color #fec652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 01010010
Octal 376 306 122
Decimal 254 198 82
Hex FE C6 52

RGB Percentages of Color #fec652

%47.57
%37.08
%15.36

CMYK Percentages of Color #fec652

%0
%22
%68
%0

Triadic Colors of #fec652

#fec652 #52fec6 #c652fe

Analogous Colors of #fec652

#fec652 #e0fe52 #fe7052

Monochromatic Colors of #fec652

#fec652

Complementary Color

#fec652 #528afe

#fec652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec652 Color CSS Codes

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

#fec652 Text Font Color

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

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


#fec652 Background Color

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

This div background color is #fec652


#fec652 Border Color

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

This div border color is #fec652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec652


Comments

No comments written yet.

Please login to write comment.