Color Hex Logo

#ffaebc Color Hex

#FFAEBC
(255,174,188)
1 Favorites   0 Comments

Color spaces of #ffaebc

RGB 255174188
HSL0.971.000.84
HSV350°32°100°
CMYK 0.000.320.26   0.00
XYZ65.453255.162954.7747
Yxy55.16290.37320.3145
Hunter Lab74.271727.33068.2644
CIE-Lab79.135031.47274.9626

#ffaebc color RGB value is (255,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 10111100
Octal 377 256 274
Decimal 255 174 188
Hex FF AE BC

RGB Percentages of Color #ffaebc

%41.33
%28.20
%30.47

CMYK Percentages of Color #ffaebc

%0
%32
%26
%0

Triadic Colors of #ffaebc

#ffaebc #bcffae #aebcff

Analogous Colors of #ffaebc

#ffaebc #ffc9ae #ffaee5

Monochromatic Colors of #ffaebc

#ffaebc

Complementary Color

#ffaebc #aefff1

#ffaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaebc Color CSS Codes

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

#ffaebc Text Font Color

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

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


#ffaebc Background Color

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

This div background color is #ffaebc


#ffaebc Border Color

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

This div border color is #ffaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaebc


Comments

No comments written yet.

Please login to write comment.