Color Hex Logo

#feb704 Color Hex

#FEB704
(254,183,4)
0 Favorites   0 Comments

Color spaces of #feb704

RGB 2541834
HSL0.120.990.51
HSV43°98°100°
CMYK 0.000.280.98   0.00
XYZ57.828554.94667.6727
Yxy54.94660.48010.4562
Hunter Lab74.12609.534245.7511
CIE-Lab79.010514.151981.2025

#feb704 color RGB value is (254,183,4).

#feb704 hex color red value is 254, green value is 183 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #feb704 hue: 0.12 , saturation: 0.99 and the lightness value of feb704 is 0.51.

The process color (four color CMYK) of #feb704 color hex is 0.00, 0.28, 0.98, 0.00. Web safe color of #feb704 is #ffcc00. Color #feb704 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 00000100
Octal 376 267 4
Decimal 254 183 4
Hex FE B7 4

RGB Percentages of Color #feb704

%57.60
%41.50
%0.91

CMYK Percentages of Color #feb704

%0
%28
%98
%0

Triadic Colors of #feb704

#feb704 #04feb7 #b704fe

Analogous Colors of #feb704

#feb704 #c8fe04 #fe3a04

Monochromatic Colors of #feb704

#feb704

Complementary Color

#feb704 #044bfe

#feb704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb704 Color CSS Codes

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

#feb704 Text Font Color

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

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


#feb704 Background Color

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

This div background color is #feb704


#feb704 Border Color

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

This div border color is #feb704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb704


Comments

No comments written yet.

Please login to write comment.