Color Hex Logo

#ffadef Color Hex

#FFADEF
(255,173,239)
0 Favorites   0 Comments

Color spaces of #ffadef

RGB 255173239
HSL0.871.000.84
HSV312°32°100°
CMYK 0.000.320.06   0.00
XYZ71.763657.379188.9543
Yxy57.37910.32900.2631
Hunter Lab75.749036.5478-16.6017
CIE-Lab80.392339.8097-20.7736

#ffadef color RGB value is (255,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11101111
Octal 377 255 357
Decimal 255 173 239
Hex FF AD EF

RGB Percentages of Color #ffadef

%38.23
%25.94
%35.83

CMYK Percentages of Color #ffadef

%0
%32
%6
%0

Triadic Colors of #ffadef

#ffadef #efffad #adefff

Analogous Colors of #ffadef

#ffadef #ffadc6 #e6adff

Monochromatic Colors of #ffadef

#ffadef

Complementary Color

#ffadef #adffbd

#ffadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadef Color CSS Codes

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

#ffadef Text Font Color

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

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


#ffadef Background Color

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

This div background color is #ffadef


#ffadef Border Color

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

This div border color is #ffadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadef

Related Colors

#ffadef Color Palettes


Comments

No comments written yet.

Please login to write comment.