Color Hex Logo

#ffb04d Color Hex

#FFB04D
(255,176,77)
0 Favorites   0 Comments

Color spaces of #ffb04d

RGB 25517677
HSL0.091.000.65
HSV33°70°100°
CMYK 0.000.310.70   0.00
XYZ58.104952.846514.1591
Yxy52.84650.46440.4224
Hunter Lab72.695615.456139.3389
CIE-Lab77.784320.111260.3708

#ffb04d color RGB value is (255,176,77).

#ffb04d hex color red value is 255, green value is 176 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ffb04d hue: 0.09 , saturation: 1.00 and the lightness value of ffb04d is 0.65.

The process color (four color CMYK) of #ffb04d color hex is 0.00, 0.31, 0.70, 0.00. Web safe color of #ffb04d is #ff9966. Color #ffb04d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 01001101
Octal 377 260 115
Decimal 255 176 77
Hex FF B0 4D

RGB Percentages of Color #ffb04d

%50.20
%34.65
%15.16

CMYK Percentages of Color #ffb04d

%0
%31
%70
%0

Triadic Colors of #ffb04d

#ffb04d #4dffb0 #b04dff

Analogous Colors of #ffb04d

#ffb04d #f5ff4d #ff574d

Monochromatic Colors of #ffb04d

#ffb04d

Complementary Color

#ffb04d #4d9cff

#ffb04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb04d Color CSS Codes

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

#ffb04d Text Font Color

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

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


#ffb04d Background Color

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

This div background color is #ffb04d


#ffb04d Border Color

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

This div border color is #ffb04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb04d

Related Colors

#ffb04d Color Palettes


Comments

No comments written yet.

Please login to write comment.