Color Hex Logo

#ffadfc Color Hex

#FFADFC
(255,173,252)
2 Favorites   0 Comments

Color spaces of #ffadfc

RGB 255173252
HSL0.841.000.84
HSV302°32°100°
CMYK 0.000.320.01   0.00
XYZ73.754358.175499.4372
Yxy58.17540.31880.2514
Hunter Lab76.272839.1286-23.9057
CIE-Lab80.836242.0681-27.0818

#ffadfc color RGB value is (255,173,252).

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

The process color (four color CMYK) of #ffadfc color hex is 0.00, 0.32, 0.01, 0.00. Web safe color of #ffadfc is #ff99ff. Color #ffadfc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11111100
Octal 377 255 374
Decimal 255 173 252
Hex FF AD FC

RGB Percentages of Color #ffadfc

%37.50
%25.44
%37.06

CMYK Percentages of Color #ffadfc

%0
%32
%1
%0

Triadic Colors of #ffadfc

#ffadfc #fcffad #adfcff

Analogous Colors of #ffadfc

#ffadfc #ffadd3 #d9adff

Monochromatic Colors of #ffadfc

#ffadfc

Complementary Color

#ffadfc #adffb0

#ffadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadfc Color CSS Codes

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

#ffadfc Text Font Color

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

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


#ffadfc Background Color

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

This div background color is #ffadfc


#ffadfc Border Color

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

This div border color is #ffadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadfc

#ffadfc Color Palettes


Comments

No comments written yet.

Please login to write comment.