Color Hex Logo

#ffb1ad Color Hex

#FFB1AD
(255,177,173)
0 Favorites   0 Comments

Color spaces of #ffb1ad

RGB 255177173
HSL0.011.000.84
HSV32°100°
CMYK 0.000.310.32   0.00
XYZ64.505055.721446.8907
Yxy55.72140.38600.3334
Hunter Lab74.646823.616515.0087
CIE-Lab79.455027.950913.5445

#ffb1ad color RGB value is (255,177,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 10101101
Octal 377 261 255
Decimal 255 177 173
Hex FF B1 AD

RGB Percentages of Color #ffb1ad

%42.15
%29.26
%28.60

CMYK Percentages of Color #ffb1ad

%0
%31
%32
%0

Triadic Colors of #ffb1ad

#ffb1ad #adffb1 #b1adff

Analogous Colors of #ffb1ad

#ffb1ad #ffdaad #ffadd2

Monochromatic Colors of #ffb1ad

#ffb1ad

Complementary Color

#ffb1ad #adfbff

#ffb1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb1ad Color CSS Codes

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

#ffb1ad Text Font Color

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

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


#ffb1ad Background Color

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

This div background color is #ffb1ad


#ffb1ad Border Color

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

This div border color is #ffb1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb1ad

Related Colors


Comments

No comments written yet.

Please login to write comment.