Color Hex Logo

#ffb401 Color Hex

#FFB401
(255,180,1)
0 Favorites   0 Comments

Color spaces of #ffb401

RGB 2551801
HSL0.121.000.50
HSV42°100°100°
CMYK 0.000.291.00   0.00
XYZ57.566753.90477.3993
Yxy53.90470.48430.4535
Hunter Lab73.419811.472845.4186
CIE-Lab78.406116.116681.1535

#ffb401 color RGB value is (255,180,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 00000001
Octal 377 264 1
Decimal 255 180 1
Hex FF B4 1

RGB Percentages of Color #ffb401

%58.49
%41.28
%0.23

CMYK Percentages of Color #ffb401

%0
%29
%100
%0

Triadic Colors of #ffb401

#ffb401 #01ffb4 #b401ff

Analogous Colors of #ffb401

#ffb401 #cbff01 #ff3501

Monochromatic Colors of #ffb401

#ffb401

Complementary Color

#ffb401 #014cff

#ffb401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb401 Color CSS Codes

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

#ffb401 Text Font Color

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

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


#ffb401 Background Color

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

This div background color is #ffb401


#ffb401 Border Color

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

This div border color is #ffb401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb401


Comments

No comments written yet.

Please login to write comment.