Color Hex Logo

#ffeafb Color Hex

#FFEAFB
(255,234,251)
1 Favorites   0 Comments

Color spaces of #ffeafb

RGB 255234251
HSL0.871.000.96
HSV311°100°
CMYK 0.000.080.02   0.00
XYZ88.075487.0707103.4310
Yxy87.07070.31620.3126
Hunter Lab93.31175.1878-0.4016
CIE-Lab94.768310.0141-5.6248

#ffeafb color RGB value is (255,234,251).

#ffeafb hex color red value is 255, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ffeafb hue: 0.87 , saturation: 1.00 and the lightness value of ffeafb is 0.96.

The process color (four color CMYK) of #ffeafb color hex is 0.00, 0.08, 0.02, 0.00. Web safe color of #ffeafb is #ffffff. Color #ffeafb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 11111011
Octal 377 352 373
Decimal 255 234 251
Hex FF EA FB

RGB Percentages of Color #ffeafb

%34.46
%31.62
%33.92

CMYK Percentages of Color #ffeafb

%0
%8
%2
%0

Triadic Colors of #ffeafb

#ffeafb #fbffea #eafbff

Analogous Colors of #ffeafb

#ffeafb #ffeaf1 #f9eaff

Monochromatic Colors of #ffeafb

#ffeafb

Complementary Color

#ffeafb #eaffee

#ffeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeafb Color CSS Codes

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

#ffeafb Text Font Color

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

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


#ffeafb Background Color

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

This div background color is #ffeafb


#ffeafb Border Color

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

This div border color is #ffeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeafb

Related Colors

#ffeafb Color Palettes


Comments

No comments written yet.

Please login to write comment.