Color Hex Logo

#ffade7 Color Hex

#FFADE7
(255,173,231)
0 Favorites   0 Comments

Color spaces of #ffade7

RGB 255173231
HSL0.881.000.84
HSV318°32°100°
CMYK 0.000.320.09   0.00
XYZ70.607456.916782.8659
Yxy56.91670.33560.2705
Hunter Lab75.443235.0330-12.3132
CIE-Lab80.132738.4705-16.8544

#ffade7 color RGB value is (255,173,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11100111
Octal 377 255 347
Decimal 255 173 231
Hex FF AD E7

RGB Percentages of Color #ffade7

%38.69
%26.25
%35.05

CMYK Percentages of Color #ffade7

%0
%32
%9
%0

Triadic Colors of #ffade7

#ffade7 #e7ffad #ade7ff

Analogous Colors of #ffade7

#ffade7 #ffadbe #eeadff

Monochromatic Colors of #ffade7

#ffade7

Complementary Color

#ffade7 #adffc5

#ffade7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffade7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffade7 Color CSS Codes

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

#ffade7 Text Font Color

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

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


#ffade7 Background Color

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

This div background color is #ffade7


#ffade7 Border Color

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

This div border color is #ffade7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffade7

Related Colors


Comments

No comments written yet.

Please login to write comment.