Color Hex Logo

#eabdf6 Color Hex

#EABDF6
(234,189,246)
0 Favorites   0 Comments

Color spaces of #eabdf6

RGB 234189246
HSL0.800.760.85
HSV287°23°96°
CMYK 0.050.230.00   0.04
XYZ68.763860.541495.2502
Yxy60.54140.30620.2696
Hunter Lab77.808421.5863-18.1148
CIE-Lab82.131625.8786-22.0857

#eabdf6 color RGB value is (234,189,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11110110
Octal 352 275 366
Decimal 234 189 246
Hex EA BD F6

RGB Percentages of Color #eabdf6

%34.98
%28.25
%36.77

CMYK Percentages of Color #eabdf6

%5
%23
%0
%4

Triadic Colors of #eabdf6

#eabdf6 #f6eabd #bdf6ea

Analogous Colors of #eabdf6

#eabdf6 #f6bde6 #cebdf6

Monochromatic Colors of #eabdf6

#eabdf6

Complementary Color

#eabdf6 #c9f6bd

#eabdf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdf6 Color CSS Codes

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

#eabdf6 Text Font Color

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

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


#eabdf6 Background Color

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

This div background color is #eabdf6


#eabdf6 Border Color

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

This div border color is #eabdf6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,189,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 #eabdf6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdf6


Comments

No comments written yet.

Please login to write comment.