Color Hex Logo

#eabdfd Color Hex

#EABDFD
(234,189,253)
0 Favorites   0 Comments

Color spaces of #eabdfd

RGB 234189253
HSL0.780.940.87
HSV282°25°99°
CMYK 0.080.250.00   0.01
XYZ69.858960.9795101.0168
Yxy60.97950.30130.2630
Hunter Lab78.089423.0300-22.0353
CIE-Lab82.367727.2310-25.4633

#eabdfd color RGB value is (234,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 11111101
Octal 352 275 375
Decimal 234 189 253
Hex EA BD FD

RGB Percentages of Color #eabdfd

%34.62
%27.96
%37.43

CMYK Percentages of Color #eabdfd

%8
%25
%0
%1

Triadic Colors of #eabdfd

#eabdfd #fdeabd #bdfdea

Analogous Colors of #eabdfd

#eabdfd #fdbdf0 #cabdfd

Monochromatic Colors of #eabdfd

#eabdfd

Complementary Color

#eabdfd #d0fdbd

#eabdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabdfd Color CSS Codes

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

#eabdfd Text Font Color

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

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


#eabdfd Background Color

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

This div background color is #eabdfd


#eabdfd Border Color

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

This div border color is #eabdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabdfd


Comments

No comments written yet.

Please login to write comment.