Color Hex Logo

#ffb366 Color Hex

#FFB366
(255,179,102)
6 Favorites   0 Comments

Color spaces of #ffb366

RGB 255179102
HSL0.081.000.70
HSV30°60°100°
CMYK 0.000.300.60   0.00
XYZ59.758454.459519.9325
Yxy54.45950.44550.4060
Hunter Lab73.796715.399935.6434
CIE-Lab78.728920.027349.7644

#ffb366 color RGB value is (255,179,102).

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

The process color (four color CMYK) of #ffb366 color hex is 0.00, 0.30, 0.60, 0.00. Web safe color of #ffb366 is #ffcc66. Color #ffb366 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 01100110
Octal 377 263 146
Decimal 255 179 102
Hex FF B3 66

RGB Percentages of Color #ffb366

%47.57
%33.40
%19.03

CMYK Percentages of Color #ffb366

%0
%30
%60
%0

Triadic Colors of #ffb366

#ffb366 #66ffb3 #b366ff

Analogous Colors of #ffb366

#ffb366 #ffff66 #ff6766

Monochromatic Colors of #ffb366

#ffb366

Complementary Color

#ffb366 #66b2ff

#ffb366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb366 Color CSS Codes

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

#ffb366 Text Font Color

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

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


#ffb366 Background Color

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

This div background color is #ffb366


#ffb366 Border Color

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

This div border color is #ffb366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb366

Related Colors


Comments

No comments written yet.

Please login to write comment.