Color Hex Logo

#ffadcb Color Hex

#FFADCB
(255,173,203)
0 Favorites   0 Comments

Color spaces of #ffadcb

RGB 255173203
HSL0.941.000.84
HSV338°32°100°
CMYK 0.000.320.20   0.00
XYZ66.963155.458963.6752
Yxy55.45890.35980.2980
Hunter Lab74.470730.18111.4344
CIE-Lab79.304934.1100-2.9315

#ffadcb color RGB value is (255,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11001011
Octal 377 255 313
Decimal 255 173 203
Hex FF AD CB

RGB Percentages of Color #ffadcb

%40.41
%27.42
%32.17

CMYK Percentages of Color #ffadcb

%0
%32
%20
%0

Triadic Colors of #ffadcb

#ffadcb #cbffad #adcbff

Analogous Colors of #ffadcb

#ffadcb #ffb8ad #ffadf4

Monochromatic Colors of #ffadcb

#ffadcb

Complementary Color

#ffadcb #adffe1

#ffadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadcb Color CSS Codes

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

#ffadcb Text Font Color

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

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


#ffadcb Background Color

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

This div background color is #ffadcb


#ffadcb Border Color

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

This div border color is #ffadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadcb


Comments

No comments written yet.

Please login to write comment.