Color Hex Logo

#ffb666 Color Hex

#FFB666
(255,182,102)
0 Favorites   0 Comments

Color spaces of #ffb666

RGB 255182102
HSL0.091.000.70
HSV31°60°100°
CMYK 0.000.290.60   0.00
XYZ60.366255.675220.1351
Yxy55.67520.44330.4088
Hunter Lab74.615813.833636.2316
CIE-Lab79.428618.458650.5873

#ffb666 color RGB value is (255,182,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110110 01100110
Octal 377 266 146
Decimal 255 182 102
Hex FF B6 66

RGB Percentages of Color #ffb666

%47.31
%33.77
%18.92

CMYK Percentages of Color #ffb666

%0
%29
%60
%0

Triadic Colors of #ffb666

#ffb666 #66ffb6 #b666ff

Analogous Colors of #ffb666

#ffb666 #fcff66 #ff6a66

Monochromatic Colors of #ffb666

#ffb666

Complementary Color

#ffb666 #66afff

#ffb666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb666 Color CSS Codes

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

#ffb666 Text Font Color

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

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


#ffb666 Background Color

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

This div background color is #ffb666


#ffb666 Border Color

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

This div border color is #ffb666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb666


Comments

No comments written yet.

Please login to write comment.