Color Hex Logo

#ffadfe Color Hex

#FFADFE
(255,173,254)
0 Favorites   0 Comments

Color spaces of #ffadfe

RGB 255173254
HSL0.841.000.84
HSV301°32°100°
CMYK 0.000.320.00   0.00
XYZ74.073058.3029101.1154
Yxy58.30290.31720.2497
Hunter Lab76.356339.5386-25.0658
CIE-Lab80.906942.4243-28.0454

#ffadfe color RGB value is (255,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11111110
Octal 377 255 376
Decimal 255 173 254
Hex FF AD FE

RGB Percentages of Color #ffadfe

%37.39
%25.37
%37.24

CMYK Percentages of Color #ffadfe

%0
%32
%0
%0

Triadic Colors of #ffadfe

#ffadfe #feffad #adfeff

Analogous Colors of #ffadfe

#ffadfe #ffadd5 #d7adff

Monochromatic Colors of #ffadfe

#ffadfe

Complementary Color

#ffadfe #adffae

#ffadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadfe Color CSS Codes

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

#ffadfe Text Font Color

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

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


#ffadfe Background Color

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

This div background color is #ffadfe


#ffadfe Border Color

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

This div border color is #ffadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadfe

Related Colors


Comments

No comments written yet.

Please login to write comment.