Color Hex Logo

#eadbea Color Hex

#EADBEA
(234,219,234)
0 Favorites   0 Comments

Color spaces of #eadbea

RGB 234219234
HSL0.830.260.89
HSV300°92°
CMYK 0.000.060.00   0.08
XYZ74.114574.096088.2376
Yxy74.09600.31340.3134
Hunter Lab86.07903.0511-0.5215
CIE-Lab88.96787.7648-5.4848

#eadbea color RGB value is (234,219,234).

#eadbea hex color red value is 234, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eadbea hue: 0.83 , saturation: 0.26 and the lightness value of eadbea is 0.89.

The process color (four color CMYK) of #eadbea color hex is 0.00, 0.06, 0.00, 0.08. Web safe color of #eadbea is #ffccff. Color #eadbea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 11101010
Octal 352 333 352
Decimal 234 219 234
Hex EA DB EA

RGB Percentages of Color #eadbea

%34.06
%31.88
%34.06

CMYK Percentages of Color #eadbea

%0
%6
%0
%8

Triadic Colors of #eadbea

#eadbea #eaeadb #dbeaea

Analogous Colors of #eadbea

#eadbea #eadbe3 #e3dbea

Monochromatic Colors of #eadbea

#eadbea

Complementary Color

#eadbea #dbeadb

#eadbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadbea Color CSS Codes

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

#eadbea Text Font Color

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

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


#eadbea Background Color

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

This div background color is #eadbea


#eadbea Border Color

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

This div border color is #eadbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadbea


Comments

No comments written yet.

Please login to write comment.