Color Hex Logo

#ffadd2 Color Hex

#FFADD2
(255,173,210)
0 Favorites   0 Comments

Color spaces of #ffadd2

RGB 255173210
HSL0.921.000.84
HSV333°32°100°
CMYK 0.000.320.18   0.00
XYZ67.816455.800368.1690
Yxy55.80030.35360.2910
Hunter Lab74.699631.3278-1.8169
CIE-Lab79.500035.1506-6.4404

#ffadd2 color RGB value is (255,173,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11010010
Octal 377 255 322
Decimal 255 173 210
Hex FF AD D2

RGB Percentages of Color #ffadd2

%39.97
%27.12
%32.92

CMYK Percentages of Color #ffadd2

%0
%32
%18
%0

Triadic Colors of #ffadd2

#ffadd2 #d2ffad #add2ff

Analogous Colors of #ffadd2

#ffadd2 #ffb1ad #ffadfb

Monochromatic Colors of #ffadd2

#ffadd2

Complementary Color

#ffadd2 #adffda

#ffadd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadd2 Color CSS Codes

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

#ffadd2 Text Font Color

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

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


#ffadd2 Background Color

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

This div background color is #ffadd2


#ffadd2 Border Color

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

This div border color is #ffadd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadd2

#ffadd2 Color Palettes


Comments

No comments written yet.

Please login to write comment.