Color Hex Logo

#ffb676 Color Hex

#FFB676
(255,182,118)
0 Favorites   0 Comments

Color spaces of #ffb676

RGB 255182118
HSL0.081.000.73
HSV28°54°100°
CMYK 0.000.290.54   0.00
XYZ61.238056.023924.7256
Yxy56.02390.43130.3946
Hunter Lab74.849115.054332.8086
CIE-Lab79.627419.660842.8564

#ffb676 color RGB value is (255,182,118).

#ffb676 hex color red value is 255, green value is 182 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ffb676 hue: 0.08 , saturation: 1.00 and the lightness value of ffb676 is 0.73.

The process color (four color CMYK) of #ffb676 color hex is 0.00, 0.29, 0.54, 0.00. Web safe color of #ffb676 is #ffcc66. Color #ffb676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110110 01110110
Octal 377 266 166
Decimal 255 182 118
Hex FF B6 76

RGB Percentages of Color #ffb676

%45.95
%32.79
%21.26

CMYK Percentages of Color #ffb676

%0
%29
%54
%0

Triadic Colors of #ffb676

#ffb676 #76ffb6 #b676ff

Analogous Colors of #ffb676

#ffb676 #fffb76 #ff767b

Monochromatic Colors of #ffb676

#ffb676

Complementary Color

#ffb676 #76bfff

#ffb676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb676 Color CSS Codes

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

#ffb676 Text Font Color

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

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


#ffb676 Background Color

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

This div background color is #ffb676


#ffb676 Border Color

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

This div border color is #ffb676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb676


Comments

No comments written yet.

Please login to write comment.