Color Hex Logo

#feb204 Color Hex

#FEB204
(254,178,4)
0 Favorites   0 Comments

Color spaces of #feb204

RGB 2541784
HSL0.120.990.51
HSV42°98°100°
CMYK 0.000.300.98   0.00
XYZ56.815452.92047.3350
Yxy52.92040.48530.4520
Hunter Lab72.746412.103444.9443
CIE-Lab77.828016.760280.3938

#feb204 color RGB value is (254,178,4).

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

The process color (four color CMYK) of #feb204 color hex is 0.00, 0.30, 0.98, 0.00. Web safe color of #feb204 is #ff9900. Color #feb204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00000100
Octal 376 262 4
Decimal 254 178 4
Hex FE B2 4

RGB Percentages of Color #feb204

%58.26
%40.83
%0.92

CMYK Percentages of Color #feb204

%0
%30
%98
%0

Triadic Colors of #feb204

#feb204 #04feb2 #b204fe

Analogous Colors of #feb204

#feb204 #cdfe04 #fe3504

Monochromatic Colors of #feb204

#feb204

Complementary Color

#feb204 #0450fe

#feb204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb204 Color CSS Codes

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

#feb204 Text Font Color

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

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


#feb204 Background Color

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

This div background color is #feb204


#feb204 Border Color

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

This div border color is #feb204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb204

Related Colors

#feb204 Color Palettes


Comments

No comments written yet.

Please login to write comment.