Color Hex Logo

#ffb895 Color Hex

#FFB895
(255,184,149)
0 Favorites   0 Comments

Color spaces of #ffb895

RGB 255184149
HSL0.061.000.79
HSV20°42°100°
CMYK 0.000.280.42   0.00
XYZ63.805357.710936.2102
Yxy57.71090.40450.3659
Hunter Lab75.967716.978824.9166
CIE-Lab80.577821.516827.9484

#ffb895 color RGB value is (255,184,149).

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

The process color (four color CMYK) of #ffb895 color hex is 0.00, 0.28, 0.42, 0.00. Web safe color of #ffb895 is #ffcc99. Color #ffb895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111000 10010101
Octal 377 270 225
Decimal 255 184 149
Hex FF B8 95

RGB Percentages of Color #ffb895

%43.37
%31.29
%25.34

CMYK Percentages of Color #ffb895

%0
%28
%42
%0

Triadic Colors of #ffb895

#ffb895 #95ffb8 #b895ff

Analogous Colors of #ffb895

#ffb895 #ffed95 #ff95a7

Monochromatic Colors of #ffb895

#ffb895

Complementary Color

#ffb895 #95dcff

#ffb895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb895 Color CSS Codes

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

#ffb895 Text Font Color

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

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


#ffb895 Background Color

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

This div background color is #ffb895


#ffb895 Border Color

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

This div border color is #ffb895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb895

#ffb895 Color Palettes


Comments

No comments written yet.

Please login to write comment.