Color Hex Logo

#feb640 Color Hex

#FEB640
(254,182,64)
0 Favorites   0 Comments

Color spaces of #feb640

RGB 25418264
HSL0.100.990.62
HSV37°75°100°
CMYK 0.000.280.75   0.00
XYZ58.526454.896912.3620
Yxy54.89690.46530.4364
Hunter Lab74.092411.337341.9724
CIE-Lab78.981815.973066.9178

#feb640 color RGB value is (254,182,64).

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

The process color (four color CMYK) of #feb640 color hex is 0.00, 0.28, 0.75, 0.00. Web safe color of #feb640 is #ffcc33. Color #feb640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01000000
Octal 376 266 100
Decimal 254 182 64
Hex FE B6 40

RGB Percentages of Color #feb640

%50.80
%36.40
%12.80

CMYK Percentages of Color #feb640

%0
%28
%75
%0

Triadic Colors of #feb640

#feb640 #40feb6 #b640fe

Analogous Colors of #feb640

#feb640 #e7fe40 #fe5740

Monochromatic Colors of #feb640

#feb640

Complementary Color

#feb640 #4088fe

#feb640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb640 Color CSS Codes

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

#feb640 Text Font Color

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

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


#feb640 Background Color

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

This div background color is #feb640


#feb640 Border Color

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

This div border color is #feb640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb640


Comments

No comments written yet.

Please login to write comment.