Color Hex Logo

#eadbeb Color Hex

#EADBEB
(234,219,235)
0 Favorites   0 Comments

Color spaces of #eadbeb

RGB 234219235
HSL0.820.290.89
HSV296°92°
CMYK 0.000.070.00   0.08
XYZ74.258674.153688.9965
Yxy74.15360.31280.3123
Hunter Lab86.11253.2316-0.9970
CIE-Lab88.99507.9456-5.9709

#eadbeb color RGB value is (234,219,235).

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

The process color (four color CMYK) of #eadbeb color hex is 0.00, 0.07, 0.00, 0.08. Web safe color of #eadbeb is #ffccff. Color #eadbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 11101011
Octal 352 333 353
Decimal 234 219 235
Hex EA DB EB

RGB Percentages of Color #eadbeb

%34.01
%31.83
%34.16

CMYK Percentages of Color #eadbeb

%0
%7
%0
%8

Triadic Colors of #eadbeb

#eadbeb #ebeadb #dbebea

Analogous Colors of #eadbeb

#eadbeb #ebdbe4 #e2dbeb

Monochromatic Colors of #eadbeb

#eadbeb

Complementary Color

#eadbeb #dcebdb

#eadbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadbeb Color CSS Codes

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

#eadbeb Text Font Color

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

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


#eadbeb Background Color

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

This div background color is #eadbeb


#eadbeb Border Color

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

This div border color is #eadbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadbeb


Comments

No comments written yet.

Please login to write comment.