Color Hex Logo

#ffb50d Color Hex

#FFB50D
(255,181,13)
0 Favorites   0 Comments

Color spaces of #ffb50d

RGB 25518113
HSL0.121.000.53
HSV42°95°100°
CMYK 0.000.290.95   0.00
XYZ57.836554.33687.8205
Yxy54.33680.48200.4528
Hunter Lab73.713511.054645.3092
CIE-Lab78.657715.692080.0671

#ffb50d color RGB value is (255,181,13).

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

The process color (four color CMYK) of #ffb50d color hex is 0.00, 0.29, 0.95, 0.00. Web safe color of #ffb50d is #ffcc00. Color #ffb50d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110101 00001101
Octal 377 265 15
Decimal 255 181 13
Hex FF B5 D

RGB Percentages of Color #ffb50d

%56.79
%40.31
%2.90

CMYK Percentages of Color #ffb50d

%0
%29
%95
%0

Triadic Colors of #ffb50d

#ffb50d #0dffb5 #b50dff

Analogous Colors of #ffb50d

#ffb50d #d0ff0d #ff3c0d

Monochromatic Colors of #ffb50d

#ffb50d

Complementary Color

#ffb50d #0d57ff

#ffb50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb50d Color CSS Codes

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

#ffb50d Text Font Color

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

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


#ffb50d Background Color

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

This div background color is #ffb50d


#ffb50d Border Color

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

This div border color is #ffb50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb50d

#ffb50d Color Palettes


Comments

No comments written yet.

Please login to write comment.