Color Hex Logo

#ffb06d Color Hex

#FFB06D
(255,176,109)
1 Favorites   0 Comments

Color spaces of #ffb06d

RGB 255176109
HSL0.081.000.71
HSV28°57°100°
CMYK 0.000.310.57   0.00
XYZ59.525753.414821.6407
Yxy53.41480.44230.3969
Hunter Lab73.085417.482933.6039
CIE-Lab78.119322.098345.5577

#ffb06d color RGB value is (255,176,109).

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

The process color (four color CMYK) of #ffb06d color hex is 0.00, 0.31, 0.57, 0.00. Web safe color of #ffb06d is #ff9966. Color #ffb06d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 01101101
Octal 377 260 155
Decimal 255 176 109
Hex FF B0 6D

RGB Percentages of Color #ffb06d

%47.22
%32.59
%20.19

CMYK Percentages of Color #ffb06d

%0
%31
%57
%0

Triadic Colors of #ffb06d

#ffb06d #6dffb0 #b06dff

Analogous Colors of #ffb06d

#ffb06d #fff96d #ff6d73

Monochromatic Colors of #ffb06d

#ffb06d

Complementary Color

#ffb06d #6dbcff

#ffb06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb06d Color CSS Codes

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

#ffb06d Text Font Color

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

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


#ffb06d Background Color

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

This div background color is #ffb06d


#ffb06d Border Color

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

This div border color is #ffb06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb06d

#ffb06d Color Palettes


Comments

No comments written yet.

Please login to write comment.