Color Hex Logo

#ffaecc Color Hex

#FFAECC
(255,174,204)
0 Favorites   0 Comments

Color spaces of #ffaecc

RGB 255174204
HSL0.941.000.84
HSV338°32°100°
CMYK 0.000.320.20   0.00
XYZ67.275155.891764.3691
Yxy55.89170.35870.2980
Hunter Lab74.760829.79581.2838
CIE-Lab79.552133.7340-3.1105

#ffaecc color RGB value is (255,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11001100
Octal 377 256 314
Decimal 255 174 204
Hex FF AE CC

RGB Percentages of Color #ffaecc

%40.28
%27.49
%32.23

CMYK Percentages of Color #ffaecc

%0
%32
%20
%0

Triadic Colors of #ffaecc

#ffaecc #ccffae #aeccff

Analogous Colors of #ffaecc

#ffaecc #ffb9ae #ffaef5

Monochromatic Colors of #ffaecc

#ffaecc

Complementary Color

#ffaecc #aeffe1

#ffaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaecc Color CSS Codes

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

#ffaecc Text Font Color

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

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


#ffaecc Background Color

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

This div background color is #ffaecc


#ffaecc Border Color

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

This div border color is #ffaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaecc

Related Colors


Comments

No comments written yet.

Please login to write comment.