Color Hex Logo

#ffb869 Color Hex

#FFB869
(255,184,105)
0 Favorites   0 Comments

Color spaces of #ffb869

RGB 255184105
HSL0.091.000.71
HSV32°59°100°
CMYK 0.000.280.59   0.00
XYZ60.930356.560921.0706
Yxy56.56090.43970.4082
Hunter Lab75.207013.002836.0337
CIE-Lab79.932017.623549.7171

#ffb869 color RGB value is (255,184,105).

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

The process color (four color CMYK) of #ffb869 color hex is 0.00, 0.28, 0.59, 0.00. Web safe color of #ffb869 is #ffcc66. Color #ffb869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111000 01101001
Octal 377 270 151
Decimal 255 184 105
Hex FF B8 69

RGB Percentages of Color #ffb869

%46.88
%33.82
%19.30

CMYK Percentages of Color #ffb869

%0
%28
%59
%0

Triadic Colors of #ffb869

#ffb869 #69ffb8 #b869ff

Analogous Colors of #ffb869

#ffb869 #fbff69 #ff6d69

Monochromatic Colors of #ffb869

#ffb869

Complementary Color

#ffb869 #69b0ff

#ffb869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb869 Color CSS Codes

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

#ffb869 Text Font Color

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

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


#ffb869 Background Color

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

This div background color is #ffb869


#ffb869 Border Color

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

This div border color is #ffb869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb869


Comments

No comments written yet.

Please login to write comment.