Color Hex Logo

#ffb982 Color Hex

#FFB982
(255,185,130)
0 Favorites   0 Comments

Color spaces of #ffb982

RGB 255185130
HSL0.071.000.75
HSV26°49°100°
CMYK 0.000.270.49   0.00
XYZ62.618257.569628.9308
Yxy57.56960.41990.3861
Hunter Lab75.874614.532830.5051
CIE-Lab80.498919.124737.8004

#ffb982 color RGB value is (255,185,130).

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

The process color (four color CMYK) of #ffb982 color hex is 0.00, 0.27, 0.49, 0.00. Web safe color of #ffb982 is #ffcc99. Color #ffb982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 10000010
Octal 377 271 202
Decimal 255 185 130
Hex FF B9 82

RGB Percentages of Color #ffb982

%44.74
%32.46
%22.81

CMYK Percentages of Color #ffb982

%0
%27
%49
%0

Triadic Colors of #ffb982

#ffb982 #82ffb9 #b982ff

Analogous Colors of #ffb982

#ffb982 #fff882 #ff828a

Monochromatic Colors of #ffb982

#ffb982

Complementary Color

#ffb982 #82c8ff

#ffb982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb982 Color CSS Codes

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

#ffb982 Text Font Color

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

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


#ffb982 Background Color

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

This div background color is #ffb982


#ffb982 Border Color

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

This div border color is #ffb982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb982

Related Colors


Comments

No comments written yet.

Please login to write comment.