Color Hex Logo

#ffa8dc Color Hex

#FFA8DC
(255,168,220)
0 Favorites   0 Comments

Color spaces of #ffa8dc

RGB 255168220
HSL0.901.000.83
HSV324°34°100°
CMYK 0.000.340.14   0.00
XYZ68.160954.432674.6242
Yxy54.43260.34560.2760
Hunter Lab73.778535.7966-8.3247
CIE-Lab78.713339.2969-13.0354

#ffa8dc color RGB value is (255,168,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 11011100
Octal 377 250 334
Decimal 255 168 220
Hex FF A8 DC

RGB Percentages of Color #ffa8dc

%39.66
%26.13
%34.21

CMYK Percentages of Color #ffa8dc

%0
%34
%14
%0

Triadic Colors of #ffa8dc

#ffa8dc #dcffa8 #a8dcff

Analogous Colors of #ffa8dc

#ffa8dc #ffa8b1 #f7a8ff

Monochromatic Colors of #ffa8dc

#ffa8dc

Complementary Color

#ffa8dc #a8ffcb

#ffa8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa8dc Color CSS Codes

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

#ffa8dc Text Font Color

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

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


#ffa8dc Background Color

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

This div background color is #ffa8dc


#ffa8dc Border Color

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

This div border color is #ffa8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa8dc

Related Colors


Comments

No comments written yet.

Please login to write comment.