Color Hex Logo

#ffbe29 Color Hex

#FFBE29
(255,190,41)
0 Favorites   0 Comments

Color spaces of #ffbe29

RGB 25519041
HSL0.121.000.58
HSV42°84°100°
CMYK 0.000.250.84   0.00
XYZ60.053758.247010.1754
Yxy58.24700.46740.4534
Hunter Lab76.31976.896845.5189
CIE-Lab80.875911.477376.2676

#ffbe29 color RGB value is (255,190,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 00101001
Octal 377 276 51
Decimal 255 190 41
Hex FF BE 29

RGB Percentages of Color #ffbe29

%52.47
%39.09
%8.44

CMYK Percentages of Color #ffbe29

%0
%25
%84
%0

Triadic Colors of #ffbe29

#ffbe29 #29ffbe #be29ff

Analogous Colors of #ffbe29

#ffbe29 #d5ff29 #ff5329

Monochromatic Colors of #ffbe29

#ffbe29

Complementary Color

#ffbe29 #296aff

#ffbe29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbe29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbe29 Color CSS Codes

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

#ffbe29 Text Font Color

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

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


#ffbe29 Background Color

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

This div background color is #ffbe29


#ffbe29 Border Color

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

This div border color is #ffbe29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbe29

Related Colors

#ffbe29 Color Palettes


Comments

No comments written yet.

Please login to write comment.