Color Hex Logo

#eacbfd Color Hex

#EACBFD
(234,203,253)
0 Favorites   0 Comments

Color spaces of #eacbfd

RGB 234203253
HSL0.770.930.89
HSV277°20°99°
CMYK 0.080.200.00   0.01
XYZ73.017267.2961102.0695
Yxy67.29610.30120.2776
Hunter Lab82.034215.3199-16.3465
CIE-Lab85.653319.7692-20.4738

#eacbfd color RGB value is (234,203,253).

#eacbfd hex color red value is 234, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eacbfd hue: 0.77 , saturation: 0.93 and the lightness value of eacbfd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 11111101
Octal 352 313 375
Decimal 234 203 253
Hex EA CB FD

RGB Percentages of Color #eacbfd

%33.91
%29.42
%36.67

CMYK Percentages of Color #eacbfd

%8
%20
%0
%1

Triadic Colors of #eacbfd

#eacbfd #fdeacb #cbfdea

Analogous Colors of #eacbfd

#eacbfd #fdcbf7 #d1cbfd

Monochromatic Colors of #eacbfd

#eacbfd

Complementary Color

#eacbfd #defdcb

#eacbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacbfd Color CSS Codes

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

#eacbfd Text Font Color

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

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


#eacbfd Background Color

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

This div background color is #eacbfd


#eacbfd Border Color

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

This div border color is #eacbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacbfd


Comments

No comments written yet.

Please login to write comment.