Color Hex Logo

#feb840 Color Hex

#FEB840
(254,184,64)
0 Favorites   0 Comments

Color spaces of #feb840

RGB 25418464
HSL0.110.990.62
HSV38°75°100°
CMYK 0.000.280.75   0.00
XYZ58.939055.722012.4995
Yxy55.72200.46350.4382
Hunter Lab74.647210.305342.3250
CIE-Lab79.455314.929367.3764

#feb840 color RGB value is (254,184,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 01000000
Octal 376 270 100
Decimal 254 184 64
Hex FE B8 40

RGB Percentages of Color #feb840

%50.60
%36.65
%12.75

CMYK Percentages of Color #feb840

%0
%28
%75
%0

Triadic Colors of #feb840

#feb840 #40feb8 #b840fe

Analogous Colors of #feb840

#feb840 #e5fe40 #fe5940

Monochromatic Colors of #feb840

#feb840

Complementary Color

#feb840 #4086fe

#feb840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb840 Color CSS Codes

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

#feb840 Text Font Color

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

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


#feb840 Background Color

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

This div background color is #feb840


#feb840 Border Color

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

This div border color is #feb840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb840

Related Colors


Comments

No comments written yet.

Please login to write comment.