Color Hex Logo

#ffbd49 Color Hex

#FFBD49
(255,189,73)
0 Favorites   0 Comments

Color spaces of #ffbd49

RGB 25518973
HSL0.111.000.64
HSV38°71°100°
CMYK 0.000.260.71   0.00
XYZ60.640258.136214.3287
Yxy58.13620.45560.4368
Hunter Lab76.24718.530742.2309
CIE-Lab80.814513.134565.1923

#ffbd49 color RGB value is (255,189,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 01001001
Octal 377 275 111
Decimal 255 189 73
Hex FF BD 49

RGB Percentages of Color #ffbd49

%49.32
%36.56
%14.12

CMYK Percentages of Color #ffbd49

%0
%26
%71
%0

Triadic Colors of #ffbd49

#ffbd49 #49ffbd #bd49ff

Analogous Colors of #ffbd49

#ffbd49 #e6ff49 #ff6249

Monochromatic Colors of #ffbd49

#ffbd49

Complementary Color

#ffbd49 #498bff

#ffbd49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbd49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbd49 Color CSS Codes

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

#ffbd49 Text Font Color

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

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


#ffbd49 Background Color

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

This div background color is #ffbd49


#ffbd49 Border Color

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

This div border color is #ffbd49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbd49

Related Colors

#ffbd49 Color Palettes


Comments

No comments written yet.

Please login to write comment.