Color Hex Logo

#ffa8da Color Hex

#FFA8DA
(255,168,218)
0 Favorites   0 Comments

Color spaces of #ffa8da

RGB 255168218
HSL0.901.000.83
HSV326°34°100°
CMYK 0.000.340.15   0.00
XYZ67.897554.327273.2373
Yxy54.32720.34740.2779
Hunter Lab73.707035.4436-7.3173
CIE-Lab78.652138.9833-12.0416

#ffa8da color RGB value is (255,168,218).

#ffa8da hex color red value is 255, green value is 168 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ffa8da hue: 0.90 , saturation: 1.00 and the lightness value of ffa8da is 0.83.

The process color (four color CMYK) of #ffa8da color hex is 0.00, 0.34, 0.15, 0.00. Web safe color of #ffa8da is #ff99cc. Color #ffa8da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 11011010
Octal 377 250 332
Decimal 255 168 218
Hex FF A8 DA

RGB Percentages of Color #ffa8da

%39.78
%26.21
%34.01

CMYK Percentages of Color #ffa8da

%0
%34
%15
%0

Triadic Colors of #ffa8da

#ffa8da #daffa8 #a8daff

Analogous Colors of #ffa8da

#ffa8da #ffa8af #f9a8ff

Monochromatic Colors of #ffa8da

#ffa8da

Complementary Color

#ffa8da #a8ffcd

#ffa8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa8da Color CSS Codes

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

#ffa8da Text Font Color

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

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


#ffa8da Background Color

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

This div background color is #ffa8da


#ffa8da Border Color

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

This div border color is #ffa8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa8da


Comments

No comments written yet.

Please login to write comment.