Color Hex Logo

#ffb31d Color Hex

#FFB31D
(255,179,29)
0 Favorites   0 Comments

Color spaces of #ffb31d

RGB 25517929
HSL0.111.000.56
HSV40°89°100°
CMYK 0.000.300.89   0.00
XYZ57.581953.58898.4712
Yxy53.58890.48130.4479
Hunter Lab73.204412.298644.3821
CIE-Lab78.221416.950077.0703

#ffb31d color RGB value is (255,179,29).

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

The process color (four color CMYK) of #ffb31d color hex is 0.00, 0.30, 0.89, 0.00. Web safe color of #ffb31d is #ffcc33. Color #ffb31d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 00011101
Octal 377 263 35
Decimal 255 179 29
Hex FF B3 1D

RGB Percentages of Color #ffb31d

%55.08
%38.66
%6.26

CMYK Percentages of Color #ffb31d

%0
%30
%89
%0

Triadic Colors of #ffb31d

#ffb31d #1dffb3 #b31dff

Analogous Colors of #ffb31d

#ffb31d #daff1d #ff421d

Monochromatic Colors of #ffb31d

#ffb31d

Complementary Color

#ffb31d #1d69ff

#ffb31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb31d Color CSS Codes

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

#ffb31d Text Font Color

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

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


#ffb31d Background Color

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

This div background color is #ffb31d


#ffb31d Border Color

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

This div border color is #ffb31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb31d


Comments

No comments written yet.

Please login to write comment.