Color Hex Logo

#ffadbc Color Hex

#FFADBC
(255,173,188)
0 Favorites   0 Comments

Color spaces of #ffadbc

RGB 255173188
HSL0.971.000.84
HSV349°32°100°
CMYK 0.000.320.26   0.00
XYZ65.260754.778054.7105
Yxy54.77800.37350.3135
Hunter Lab74.012227.87227.9808
CIE-Lab78.913231.99544.6424

#ffadbc color RGB value is (255,173,188).

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

The process color (four color CMYK) of #ffadbc color hex is 0.00, 0.32, 0.26, 0.00. Web safe color of #ffadbc is #ff99cc. Color #ffadbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10111100
Octal 377 255 274
Decimal 255 173 188
Hex FF AD BC

RGB Percentages of Color #ffadbc

%41.40
%28.08
%30.52

CMYK Percentages of Color #ffadbc

%0
%32
%26
%0

Triadic Colors of #ffadbc

#ffadbc #bcffad #adbcff

Analogous Colors of #ffadbc

#ffadbc #ffc7ad #ffade5

Monochromatic Colors of #ffadbc

#ffadbc

Complementary Color

#ffadbc #adfff0

#ffadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadbc Color CSS Codes

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

#ffadbc Text Font Color

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

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


#ffadbc Background Color

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

This div background color is #ffadbc


#ffadbc Border Color

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

This div border color is #ffadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadbc

Related Colors


Comments

No comments written yet.

Please login to write comment.