Color Hex Logo

#ffb0ad Color Hex

#FFB0AD
(255,176,173)
0 Favorites   0 Comments

Color spaces of #ffb0ad

RGB 255176173
HSL0.011.000.84
HSV32°100°
CMYK 0.000.310.32   0.00
XYZ64.308255.327846.8251
Yxy55.32780.38630.3324
Hunter Lab74.382724.154114.7438
CIE-Lab79.229728.474713.2265

#ffb0ad color RGB value is (255,176,173).

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

The process color (four color CMYK) of #ffb0ad color hex is 0.00, 0.31, 0.32, 0.00. Web safe color of #ffb0ad is #ff9999. Color #ffb0ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 10101101
Octal 377 260 255
Decimal 255 176 173
Hex FF B0 AD

RGB Percentages of Color #ffb0ad

%42.22
%29.14
%28.64

CMYK Percentages of Color #ffb0ad

%0
%31
%32
%0

Triadic Colors of #ffb0ad

#ffb0ad #adffb0 #b0adff

Analogous Colors of #ffb0ad

#ffb0ad #ffd9ad #ffadd3

Monochromatic Colors of #ffb0ad

#ffb0ad

Complementary Color

#ffb0ad #adfcff

#ffb0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb0ad Color CSS Codes

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

#ffb0ad Text Font Color

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

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


#ffb0ad Background Color

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

This div background color is #ffb0ad


#ffb0ad Border Color

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

This div border color is #ffb0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb0ad


Comments

No comments written yet.

Please login to write comment.