Color Hex Logo

#ffadec Color Hex

#FFADEC
(255,173,236)
0 Favorites   0 Comments

Color spaces of #ffadec

RGB 255173236
HSL0.871.000.84
HSV314°32°100°
CMYK 0.000.320.07   0.00
XYZ71.323957.203386.6390
Yxy57.20330.33150.2659
Hunter Lab75.632935.9730-14.9749
CIE-Lab80.293839.3027-19.3071

#ffadec color RGB value is (255,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11101100
Octal 377 255 354
Decimal 255 173 236
Hex FF AD EC

RGB Percentages of Color #ffadec

%38.40
%26.05
%35.54

CMYK Percentages of Color #ffadec

%0
%32
%7
%0

Triadic Colors of #ffadec

#ffadec #ecffad #adecff

Analogous Colors of #ffadec

#ffadec #ffadc3 #e9adff

Monochromatic Colors of #ffadec

#ffadec

Complementary Color

#ffadec #adffc0

#ffadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadec Color CSS Codes

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

#ffadec Text Font Color

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

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


#ffadec Background Color

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

This div background color is #ffadec


#ffadec Border Color

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

This div border color is #ffadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadec

Related Colors

#ffadec Color Palettes


Comments

No comments written yet.

Please login to write comment.