Color Hex Logo

#eabcfd Color Hex

#EABCFD
(234,188,253)
0 Favorites   0 Comments

Color spaces of #eabcfd

RGB 234188253
HSL0.780.940.86
HSV282°26°99°
CMYK 0.080.260.00   0.01
XYZ69.644560.5507100.9453
Yxy60.55070.30130.2620
Hunter Lab77.814323.5840-22.4444
CIE-Lab82.136627.7651-25.8157

#eabcfd color RGB value is (234,188,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111100 11111101
Octal 352 274 375
Decimal 234 188 253
Hex EA BC FD

RGB Percentages of Color #eabcfd

%34.67
%27.85
%37.48

CMYK Percentages of Color #eabcfd

%8
%26
%0
%1

Triadic Colors of #eabcfd

#eabcfd #fdeabc #bcfdea

Analogous Colors of #eabcfd

#eabcfd #fdbcf0 #cabcfd

Monochromatic Colors of #eabcfd

#eabcfd

Complementary Color

#eabcfd #cffdbc

#eabcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabcfd Color CSS Codes

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

#eabcfd Text Font Color

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

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


#eabcfd Background Color

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

This div background color is #eabcfd


#eabcfd Border Color

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

This div border color is #eabcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabcfd


Comments

No comments written yet.

Please login to write comment.