Color Hex Logo

#ffadcc Color Hex

#FFADCC
(255,173,204)
0 Favorites   0 Comments

Color spaces of #ffadcc

RGB 255173204
HSL0.941.000.84
HSV337°32°100°
CMYK 0.000.320.20   0.00
XYZ67.082755.506864.3050
Yxy55.50680.35890.2970
Hunter Lab74.502930.34210.9776
CIE-Lab79.332334.2565-3.4338

#ffadcc color RGB value is (255,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11001100
Octal 377 255 314
Decimal 255 173 204
Hex FF AD CC

RGB Percentages of Color #ffadcc

%40.35
%27.37
%32.28

CMYK Percentages of Color #ffadcc

%0
%32
%20
%0

Triadic Colors of #ffadcc

#ffadcc #ccffad #adccff

Analogous Colors of #ffadcc

#ffadcc #ffb7ad #ffadf5

Monochromatic Colors of #ffadcc

#ffadcc

Complementary Color

#ffadcc #adffe0

#ffadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadcc Color CSS Codes

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

#ffadcc Text Font Color

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

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


#ffadcc Background Color

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

This div background color is #ffadcc


#ffadcc Border Color

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

This div border color is #ffadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadcc

Related Colors


Comments

No comments written yet.

Please login to write comment.