Color Hex Logo

#ffbd29 Color Hex

#FFBD29
(255,189,41)
0 Favorites   0 Comments

Color spaces of #ffbd29

RGB 25518941
HSL0.121.000.58
HSV41°84°100°
CMYK 0.000.260.84   0.00
XYZ59.837857.815310.1035
Yxy57.81530.46840.4525
Hunter Lab76.03647.409245.3472
CIE-Lab80.636011.996776.0682

#ffbd29 color RGB value is (255,189,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 00101001
Octal 377 275 51
Decimal 255 189 41
Hex FF BD 29

RGB Percentages of Color #ffbd29

%52.58
%38.97
%8.45

CMYK Percentages of Color #ffbd29

%0
%26
%84
%0

Triadic Colors of #ffbd29

#ffbd29 #29ffbd #bd29ff

Analogous Colors of #ffbd29

#ffbd29 #d6ff29 #ff5229

Monochromatic Colors of #ffbd29

#ffbd29

Complementary Color

#ffbd29 #296bff

#ffbd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbd29 Color CSS Codes

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

#ffbd29 Text Font Color

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

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


#ffbd29 Background Color

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

This div background color is #ffbd29


#ffbd29 Border Color

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

This div border color is #ffbd29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbd29

Related Colors


Comments

No comments written yet.

Please login to write comment.