Color Hex Logo

#feb629 Color Hex

#FEB629
(254,182,41)
0 Favorites   0 Comments

Color spaces of #feb629

RGB 25418241
HSL0.110.990.58
HSV40°84°100°
CMYK 0.000.280.84   0.00
XYZ58.001254.68689.5964
Yxy54.68680.47430.4472
Hunter Lab73.950510.588544.0714
CIE-Lab78.860515.219774.5480

#feb629 color RGB value is (254,182,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 00101001
Octal 376 266 51
Decimal 254 182 41
Hex FE B6 29

RGB Percentages of Color #feb629

%53.25
%38.16
%8.60

CMYK Percentages of Color #feb629

%0
%28
%84
%0

Triadic Colors of #feb629

#feb629 #29feb6 #b629fe

Analogous Colors of #feb629

#feb629 #dcfe29 #fe4b29

Monochromatic Colors of #feb629

#feb629

Complementary Color

#feb629 #2971fe

#feb629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb629 Color CSS Codes

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

#feb629 Text Font Color

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

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


#feb629 Background Color

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

This div background color is #feb629


#feb629 Border Color

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

This div border color is #feb629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb629

Related Colors


Comments

No comments written yet.

Please login to write comment.