Color Hex Logo

#ffeabd Color Hex

#FFEABD
(255,234,189)
0 Favorites   0 Comments

Color spaces of #ffeabd

RGB 255234189
HSL0.111.000.87
HSV41°26°100°
CMYK 0.000.080.26   0.00
XYZ79.848183.779860.1068
Yxy83.77980.35690.3745
Hunter Lab91.5313-4.463825.1373
CIE-Lab93.35480.429624.4770

#ffeabd color RGB value is (255,234,189).

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

The process color (four color CMYK) of #ffeabd color hex is 0.00, 0.08, 0.26, 0.00. Web safe color of #ffeabd is #ffffcc. Color #ffeabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101010 10111101
Octal 377 352 275
Decimal 255 234 189
Hex FF EA BD

RGB Percentages of Color #ffeabd

%37.61
%34.51
%27.88

CMYK Percentages of Color #ffeabd

%0
%8
%26
%0

Triadic Colors of #ffeabd

#ffeabd #bdffea #eabdff

Analogous Colors of #ffeabd

#ffeabd #f3ffbd #ffc9bd

Monochromatic Colors of #ffeabd

#ffeabd

Complementary Color

#ffeabd #bdd2ff

#ffeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeabd Color CSS Codes

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

#ffeabd Text Font Color

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

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


#ffeabd Background Color

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

This div background color is #ffeabd


#ffeabd Border Color

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

This div border color is #ffeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeabd

#ffeabd Color Palettes


Comments

No comments written yet.

Please login to write comment.