Color Hex Logo

#ffaeb4 Color Hex

#FFAEB4
(255,174,180)
3 Favorites   0 Comments

Color spaces of #ffaeb4

RGB 255174180
HSL0.991.000.84
HSV356°32°100°
CMYK 0.000.320.29   0.00
XYZ64.614354.827450.3572
Yxy54.82740.38050.3229
Hunter Lab74.045526.184711.5097
CIE-Lab78.941730.41139.0258

#ffaeb4 color RGB value is (255,174,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 10110100
Octal 377 256 264
Decimal 255 174 180
Hex FF AE B4

RGB Percentages of Color #ffaeb4

%41.87
%28.57
%29.56

CMYK Percentages of Color #ffaeb4

%0
%32
%29
%0

Triadic Colors of #ffaeb4

#ffaeb4 #b4ffae #aeb4ff

Analogous Colors of #ffaeb4

#ffaeb4 #ffd1ae #ffaedd

Monochromatic Colors of #ffaeb4

#ffaeb4

Complementary Color

#ffaeb4 #aefff9

#ffaeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaeb4 Color CSS Codes

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

#ffaeb4 Text Font Color

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

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


#ffaeb4 Background Color

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

This div background color is #ffaeb4


#ffaeb4 Border Color

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

This div border color is #ffaeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaeb4

Related Colors


Comments

No comments written yet.

Please login to write comment.