Color Hex Logo

#feb652 Color Hex

#FEB652
(254,182,82)
0 Favorites   0 Comments

Color spaces of #feb652

RGB 25418282
HSL0.100.990.66
HSV35°68°100°
CMYK 0.000.280.68   0.00
XYZ59.124055.135915.5088
Yxy55.13590.45560.4249
Hunter Lab74.253612.186039.5940
CIE-Lab79.119516.822659.5505

#feb652 color RGB value is (254,182,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01010010
Octal 376 266 122
Decimal 254 182 82
Hex FE B6 52

RGB Percentages of Color #feb652

%49.03
%35.14
%15.83

CMYK Percentages of Color #feb652

%0
%28
%68
%0

Triadic Colors of #feb652

#feb652 #52feb6 #b652fe

Analogous Colors of #feb652

#feb652 #f0fe52 #fe6052

Monochromatic Colors of #feb652

#feb652

Complementary Color

#feb652 #529afe

#feb652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb652 Color CSS Codes

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

#feb652 Text Font Color

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

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


#feb652 Background Color

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

This div background color is #feb652


#feb652 Border Color

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

This div border color is #feb652


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,182,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 #feb652">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb652

Related Colors


Comments

No comments written yet.

Please login to write comment.