Color Hex Logo

#febe29 Color Hex

#FEBE29
(254,190,41)
0 Favorites   0 Comments

Color spaces of #febe29

RGB 25419041
HSL0.120.990.58
HSV42°84°100°
CMYK 0.000.250.84   0.00
XYZ59.686758.057810.1583
Yxy58.05780.46670.4539
Hunter Lab76.19576.482845.4325
CIE-Lab80.770911.054176.1374

#febe29 color RGB value is (254,190,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 00101001
Octal 376 276 51
Decimal 254 190 41
Hex FE BE 29

RGB Percentages of Color #febe29

%52.37
%39.18
%8.45

CMYK Percentages of Color #febe29

%0
%25
%84
%0

Triadic Colors of #febe29

#febe29 #29febe #be29fe

Analogous Colors of #febe29

#febe29 #d4fe29 #fe5329

Monochromatic Colors of #febe29

#febe29

Complementary Color

#febe29 #2969fe

#febe29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe29 Color CSS Codes

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

#febe29 Text Font Color

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

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


#febe29 Background Color

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

This div background color is #febe29


#febe29 Border Color

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

This div border color is #febe29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe29

Related Colors


Comments

No comments written yet.

Please login to write comment.