Color Hex Logo

#ffaeef Color Hex

#FFAEEF
(255,174,239)
0 Favorites   0 Comments

Color spaces of #ffaeef

RGB 255174239
HSL0.871.000.84
HSV312°32°100°
CMYK 0.000.320.06   0.00
XYZ71.956057.764189.0184
Yxy57.76410.32900.2641
Hunter Lab76.002735.9912-16.2417
CIE-Lab80.607539.2891-20.4476

#ffaeef color RGB value is (255,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11101111
Octal 377 256 357
Decimal 255 174 239
Hex FF AE EF

RGB Percentages of Color #ffaeef

%38.17
%26.05
%35.78

CMYK Percentages of Color #ffaeef

%0
%32
%6
%0

Triadic Colors of #ffaeef

#ffaeef #efffae #aeefff

Analogous Colors of #ffaeef

#ffaeef #ffaec7 #e7aeff

Monochromatic Colors of #ffaeef

#ffaeef

Complementary Color

#ffaeef #aeffbe

#ffaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaeef Color CSS Codes

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

#ffaeef Text Font Color

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

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


#ffaeef Background Color

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

This div background color is #ffaeef


#ffaeef Border Color

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

This div border color is #ffaeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaeef


Comments

No comments written yet.

Please login to write comment.