Color Hex Logo

#eadbf6 Color Hex

#EADBF6
(234,219,246)
0 Favorites   0 Comments

Color spaces of #eadbf6

RGB 234219246
HSL0.760.600.91
HSV273°11°96°
CMYK 0.050.110.00   0.04
XYZ75.897874.809397.6282
Yxy74.80930.30560.3012
Hunter Lab86.49245.2736-6.3789
CIE-Lab89.30369.9795-11.2989

#eadbf6 color RGB value is (234,219,246).

#eadbf6 hex color red value is 234, green value is 219 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #eadbf6 hue: 0.76 , saturation: 0.60 and the lightness value of eadbf6 is 0.91.

The process color (four color CMYK) of #eadbf6 color hex is 0.05, 0.11, 0.00, 0.04. Web safe color of #eadbf6 is #ffccff. Color #eadbf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 11110110
Octal 352 333 366
Decimal 234 219 246
Hex EA DB F6

RGB Percentages of Color #eadbf6

%33.48
%31.33
%35.19

CMYK Percentages of Color #eadbf6

%5
%11
%0
%4

Triadic Colors of #eadbf6

#eadbf6 #f6eadb #dbf6ea

Analogous Colors of #eadbf6

#eadbf6 #f6dbf5 #dddbf6

Monochromatic Colors of #eadbf6

#eadbf6

Complementary Color

#eadbf6 #e7f6db

#eadbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadbf6 Color CSS Codes

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

#eadbf6 Text Font Color

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

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


#eadbf6 Background Color

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

This div background color is #eadbf6


#eadbf6 Border Color

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

This div border color is #eadbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadbf6

#eadbf6 Color Palettes


Comments

No comments written yet.

Please login to write comment.