Color Hex Logo

#ffaebf Color Hex

#FFAEBF
(255,174,191)
0 Favorites   0 Comments

Color spaces of #ffaebf

RGB 255174191
HSL0.971.000.84
HSV347°32°100°
CMYK 0.000.320.25   0.00
XYZ65.780055.293756.4960
Yxy55.29370.37040.3114
Hunter Lab74.359727.77497.0053
CIE-Lab79.210131.88253.4431

#ffaebf color RGB value is (255,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 10111111
Octal 377 256 277
Decimal 255 174 191
Hex FF AE BF

RGB Percentages of Color #ffaebf

%41.13
%28.06
%30.81

CMYK Percentages of Color #ffaebf

%0
%32
%25
%0

Triadic Colors of #ffaebf

#ffaebf #bfffae #aebfff

Analogous Colors of #ffaebf

#ffaebf #ffc6ae #ffaee8

Monochromatic Colors of #ffaebf

#ffaebf

Complementary Color

#ffaebf #aeffee

#ffaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaebf Color CSS Codes

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

#ffaebf Text Font Color

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

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


#ffaebf Background Color

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

This div background color is #ffaebf


#ffaebf Border Color

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

This div border color is #ffaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaebf

Related Colors


Comments

No comments written yet.

Please login to write comment.