Color Hex Logo

#ffb280 Color Hex

#FFB280
(255,178,128)
0 Favorites   0 Comments

Color spaces of #ffb280

RGB 255178128
HSL0.071.000.75
HSV24°50°100°
CMYK 0.000.300.50   0.00
XYZ61.056754.659327.7543
Yxy54.65930.42560.3810
Hunter Lab73.931918.033429.4947
CIE-Lab78.844622.608436.7152

#ffb280 color RGB value is (255,178,128).

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

The process color (four color CMYK) of #ffb280 color hex is 0.00, 0.30, 0.50, 0.00. Web safe color of #ffb280 is #ff9999. Color #ffb280 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 10000000
Octal 377 262 200
Decimal 255 178 128
Hex FF B2 80

RGB Percentages of Color #ffb280

%45.45
%31.73
%22.82

CMYK Percentages of Color #ffb280

%0
%30
%50
%0

Triadic Colors of #ffb280

#ffb280 #80ffb2 #b280ff

Analogous Colors of #ffb280

#ffb280 #fff280 #ff808e

Monochromatic Colors of #ffb280

#ffb280

Complementary Color

#ffb280 #80cdff

#ffb280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb280 Color CSS Codes

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

#ffb280 Text Font Color

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

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


#ffb280 Background Color

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

This div background color is #ffb280


#ffb280 Border Color

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

This div border color is #ffb280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb280


Comments

No comments written yet.

Please login to write comment.