Color Hex Logo

#ffadcf Color Hex

#FFADCF
(255,173,207)
0 Favorites   0 Comments

Color spaces of #ffadcf

RGB 255173207
HSL0.931.000.84
HSV335°32°100°
CMYK 0.000.320.19   0.00
XYZ67.446155.652166.2186
Yxy55.65210.35630.2940
Hunter Lab74.600330.8311-0.4082
CIE-Lab79.415434.7006-4.9388

#ffadcf color RGB value is (255,173,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11001111
Octal 377 255 317
Decimal 255 173 207
Hex FF AD CF

RGB Percentages of Color #ffadcf

%40.16
%27.24
%32.60

CMYK Percentages of Color #ffadcf

%0
%32
%19
%0

Triadic Colors of #ffadcf

#ffadcf #cfffad #adcfff

Analogous Colors of #ffadcf

#ffadcf #ffb4ad #ffadf8

Monochromatic Colors of #ffadcf

#ffadcf

Complementary Color

#ffadcf #adffdd

#ffadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadcf Color CSS Codes

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

#ffadcf Text Font Color

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

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


#ffadcf Background Color

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

This div background color is #ffadcf


#ffadcf Border Color

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

This div border color is #ffadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadcf

Related Colors

#ffadcf Color Palettes


Comments

No comments written yet.

Please login to write comment.