Color Hex Logo

#ffaeba Color Hex

#FFAEBA
(255,174,186)
2 Favorites   0 Comments

Color spaces of #ffaeba

RGB 255174186
HSL0.981.000.84
HSV351°32°100°
CMYK 0.000.320.27   0.00
XYZ65.239055.077353.6469
Yxy55.07730.37500.3166
Hunter Lab74.214127.03859.0911
CIE-Lab79.085831.20285.9770

#ffaeba color RGB value is (255,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 10111010
Octal 377 256 272
Decimal 255 174 186
Hex FF AE BA

RGB Percentages of Color #ffaeba

%41.46
%28.29
%30.24

CMYK Percentages of Color #ffaeba

%0
%32
%27
%0

Triadic Colors of #ffaeba

#ffaeba #baffae #aebaff

Analogous Colors of #ffaeba

#ffaeba #ffcbae #ffaee3

Monochromatic Colors of #ffaeba

#ffaeba

Complementary Color

#ffaeba #aefff3

#ffaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaeba Color CSS Codes

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

#ffaeba Text Font Color

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

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


#ffaeba Background Color

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

This div background color is #ffaeba


#ffaeba Border Color

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

This div border color is #ffaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaeba

Related Colors


Comments

No comments written yet.

Please login to write comment.