Color Hex Logo

#ffb40d Color Hex

#FFB40D
(255,180,13)
0 Favorites   0 Comments

Color spaces of #ffb40d

RGB 25518013
HSL0.121.000.53
HSV41°95°100°
CMYK 0.000.290.95   0.00
XYZ57.633953.93167.7530
Yxy53.93160.48300.4520
Hunter Lab73.438111.569245.1473
CIE-Lab78.421816.213479.9003

#ffb40d color RGB value is (255,180,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 00001101
Octal 377 264 15
Decimal 255 180 13
Hex FF B4 D

RGB Percentages of Color #ffb40d

%56.92
%40.18
%2.90

CMYK Percentages of Color #ffb40d

%0
%29
%95
%0

Triadic Colors of #ffb40d

#ffb40d #0dffb4 #b40dff

Analogous Colors of #ffb40d

#ffb40d #d1ff0d #ff3b0d

Monochromatic Colors of #ffb40d

#ffb40d

Complementary Color

#ffb40d #0d58ff

#ffb40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb40d Color CSS Codes

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

#ffb40d Text Font Color

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

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


#ffb40d Background Color

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

This div background color is #ffb40d


#ffb40d Border Color

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

This div border color is #ffb40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb40d

Related Colors


Comments

No comments written yet.

Please login to write comment.