Color Hex Logo

#ffb480 Color Hex

#FFB480
(255,180,128)
0 Favorites   0 Comments

Color spaces of #ffb480

RGB 255180128
HSL0.071.000.75
HSV25°50°100°
CMYK 0.000.290.50   0.00
XYZ61.457555.461027.8880
Yxy55.46100.42440.3830
Hunter Lab74.472116.979429.9278
CIE-Lab79.306121.561337.3075

#ffb480 color RGB value is (255,180,128).

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

The process color (four color CMYK) of #ffb480 color hex is 0.00, 0.29, 0.50, 0.00. Web safe color of #ffb480 is #ffcc99. Color #ffb480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 10000000
Octal 377 264 200
Decimal 255 180 128
Hex FF B4 80

RGB Percentages of Color #ffb480

%45.29
%31.97
%22.74

CMYK Percentages of Color #ffb480

%0
%29
%50
%0

Triadic Colors of #ffb480

#ffb480 #80ffb4 #b480ff

Analogous Colors of #ffb480

#ffb480 #fff480 #ff808c

Monochromatic Colors of #ffb480

#ffb480

Complementary Color

#ffb480 #80cbff

#ffb480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb480 Color CSS Codes

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

#ffb480 Text Font Color

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

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


#ffb480 Background Color

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

This div background color is #ffb480


#ffb480 Border Color

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

This div border color is #ffb480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb480

Related Colors


Comments

No comments written yet.

Please login to write comment.