Color Hex Logo

#ffadca Color Hex

#FFADCA
(255,173,202)
0 Favorites   0 Comments

Color spaces of #ffadca

RGB 255173202
HSL0.941.000.84
HSV339°32°100°
CMYK 0.000.320.21   0.00
XYZ66.844255.411463.0495
Yxy55.41140.36070.2990
Hunter Lab74.438830.02051.8887
CIE-Lab79.277633.9638-2.4288

#ffadca color RGB value is (255,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11001010
Octal 377 255 312
Decimal 255 173 202
Hex FF AD CA

RGB Percentages of Color #ffadca

%40.48
%27.46
%32.06

CMYK Percentages of Color #ffadca

%0
%32
%21
%0

Triadic Colors of #ffadca

#ffadca #caffad #adcaff

Analogous Colors of #ffadca

#ffadca #ffb9ad #ffadf3

Monochromatic Colors of #ffadca

#ffadca

Complementary Color

#ffadca #adffe2

#ffadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadca Color CSS Codes

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

#ffadca Text Font Color

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

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


#ffadca Background Color

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

This div background color is #ffadca


#ffadca Border Color

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

This div border color is #ffadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadca


Comments

No comments written yet.

Please login to write comment.