Color Hex Logo

#ffaefc Color Hex

#FFAEFC
(255,174,252)
0 Favorites   0 Comments

Color spaces of #ffaefc

RGB 255174252
HSL0.841.000.84
HSV302°32°100°
CMYK 0.000.320.01   0.00
XYZ73.946758.560499.5013
Yxy58.56040.31870.2524
Hunter Lab76.524838.5681-23.5245
CIE-Lab81.049441.5486-26.7560

#ffaefc color RGB value is (255,174,252).

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

The process color (four color CMYK) of #ffaefc color hex is 0.00, 0.32, 0.01, 0.00. Web safe color of #ffaefc is #ff99ff. Color #ffaefc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11111100
Octal 377 256 374
Decimal 255 174 252
Hex FF AE FC

RGB Percentages of Color #ffaefc

%37.44
%25.55
%37.00

CMYK Percentages of Color #ffaefc

%0
%32
%1
%0

Triadic Colors of #ffaefc

#ffaefc #fcffae #aefcff

Analogous Colors of #ffaefc

#ffaefc #ffaed4 #daaeff

Monochromatic Colors of #ffaefc

#ffaefc

Complementary Color

#ffaefc #aeffb1

#ffaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaefc Color CSS Codes

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

#ffaefc Text Font Color

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

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


#ffaefc Background Color

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

This div background color is #ffaefc


#ffaefc Border Color

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

This div border color is #ffaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaefc

Related Colors

#ffaefc Color Palettes


Comments

No comments written yet.

Please login to write comment.