Color Hex Logo

#ffadc2 Color Hex

#FFADC2
(255,173,194)
0 Favorites   0 Comments

Color spaces of #ffadc2

RGB 255173194
HSL0.961.000.84
HSV345°32°100°
CMYK 0.000.320.24   0.00
XYZ65.921255.042258.1887
Yxy55.04220.36800.3072
Hunter Lab74.190428.77125.4312
CIE-Lab79.065632.82191.6045

#ffadc2 color RGB value is (255,173,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11000010
Octal 377 255 302
Decimal 255 173 194
Hex FF AD C2

RGB Percentages of Color #ffadc2

%41.00
%27.81
%31.19

CMYK Percentages of Color #ffadc2

%0
%32
%24
%0

Triadic Colors of #ffadc2

#ffadc2 #c2ffad #adc2ff

Analogous Colors of #ffadc2

#ffadc2 #ffc1ad #ffadeb

Monochromatic Colors of #ffadc2

#ffadc2

Complementary Color

#ffadc2 #adffea

#ffadc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadc2 Color CSS Codes

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

#ffadc2 Text Font Color

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

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


#ffadc2 Background Color

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

This div background color is #ffadc2


#ffadc2 Border Color

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

This div border color is #ffadc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadc2

Related Colors


Comments

No comments written yet.

Please login to write comment.