Color Hex Logo

#ffaef1 Color Hex

#FFAEF1
(255,174,241)
0 Favorites   0 Comments

Color spaces of #ffaef1

RGB 255174241
HSL0.861.000.84
HSV310°32°100°
CMYK 0.000.320.05   0.00
XYZ72.253257.883090.5835
Yxy57.88300.32740.2622
Hunter Lab76.080936.3780-17.3353
CIE-Lab80.673739.6301-21.4230

#ffaef1 color RGB value is (255,174,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 11110001
Octal 377 256 361
Decimal 255 174 241
Hex FF AE F1

RGB Percentages of Color #ffaef1

%38.06
%25.97
%35.97

CMYK Percentages of Color #ffaef1

%0
%32
%5
%0

Triadic Colors of #ffaef1

#ffaef1 #f1ffae #aef1ff

Analogous Colors of #ffaef1

#ffaef1 #ffaec9 #e5aeff

Monochromatic Colors of #ffaef1

#ffaef1

Complementary Color

#ffaef1 #aeffbc

#ffaef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaef1 Color CSS Codes

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

#ffaef1 Text Font Color

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

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


#ffaef1 Background Color

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

This div background color is #ffaef1


#ffaef1 Border Color

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

This div border color is #ffaef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaef1

Related Colors


Comments

No comments written yet.

Please login to write comment.