Color Hex Logo

#feb302 Color Hex

#FEB302
(254,179,2)
1 Favorites   0 Comments

Color spaces of #feb302

RGB 2541792
HSL0.120.990.50
HSV42°99°100°
CMYK 0.000.300.99   0.00
XYZ57.004153.31547.3439
Yxy53.31540.48450.4531
Hunter Lab73.017411.573145.1489
CIE-Lab78.060816.222280.7624

#feb302 color RGB value is (254,179,2).

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

The process color (four color CMYK) of #feb302 color hex is 0.00, 0.30, 0.99, 0.00. Web safe color of #feb302 is #ffcc00. Color #feb302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 00000010
Octal 376 263 2
Decimal 254 179 2
Hex FE B3 2

RGB Percentages of Color #feb302

%58.39
%41.15
%0.46

CMYK Percentages of Color #feb302

%0
%30
%99
%0

Triadic Colors of #feb302

#feb302 #02feb3 #b302fe

Analogous Colors of #feb302

#feb302 #cbfe02 #fe3502

Monochromatic Colors of #feb302

#feb302

Complementary Color

#feb302 #024dfe

#feb302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb302 Color CSS Codes

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

#feb302 Text Font Color

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

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


#feb302 Background Color

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

This div background color is #feb302


#feb302 Border Color

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

This div border color is #feb302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb302


Comments

No comments written yet.

Please login to write comment.