Color Hex Logo

#edb4fd Color Hex

#EDB4FD
(237,180,253)
0 Favorites   0 Comments

Color spaces of #edb4fd

RGB 237180253
HSL0.800.950.85
HSV287°29°99°
CMYK 0.060.290.00   0.01
XYZ68.975957.7389100.4378
Yxy57.73890.30370.2542
Hunter Lab75.986129.0565-25.1787
CIE-Lab80.593432.9697-28.1491

#edb4fd color RGB value is (237,180,253).

#edb4fd hex color red value is 237, green value is 180 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #edb4fd hue: 0.80 , saturation: 0.95 and the lightness value of edb4fd is 0.85.

The process color (four color CMYK) of #edb4fd color hex is 0.06, 0.29, 0.00, 0.01. Web safe color of #edb4fd is #ffccff. Color #edb4fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 11111101
Octal 355 264 375
Decimal 237 180 253
Hex ED B4 FD

RGB Percentages of Color #edb4fd

%35.37
%26.87
%37.76

CMYK Percentages of Color #edb4fd

%6
%29
%0
%1

Triadic Colors of #edb4fd

#edb4fd #fdedb4 #b4fded

Analogous Colors of #edb4fd

#edb4fd #fdb4e9 #c9b4fd

Monochromatic Colors of #edb4fd

#edb4fd

Complementary Color

#edb4fd #c4fdb4

#edb4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb4fd Color CSS Codes

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

#edb4fd Text Font Color

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

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


#edb4fd Background Color

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

This div background color is #edb4fd


#edb4fd Border Color

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

This div border color is #edb4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb4fd


Comments

No comments written yet.

Please login to write comment.