Color Hex Logo

#edb4fe Color Hex

#EDB4FE
(237,180,254)
0 Favorites   0 Comments

Color spaces of #edb4fe

RGB 237180254
HSL0.800.970.85
HSV286°29°100°
CMYK 0.070.290.00   0.00
XYZ69.135757.8028101.2791
Yxy57.80280.30290.2533
Hunter Lab76.028229.2685-25.7621
CIE-Lab80.629033.1629-28.6297

#edb4fe color RGB value is (237,180,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 11111110
Octal 355 264 376
Decimal 237 180 254
Hex ED B4 FE

RGB Percentages of Color #edb4fe

%35.32
%26.83
%37.85

CMYK Percentages of Color #edb4fe

%7
%29
%0
%0

Triadic Colors of #edb4fe

#edb4fe #feedb4 #b4feed

Analogous Colors of #edb4fe

#edb4fe #feb4ea #c8b4fe

Monochromatic Colors of #edb4fe

#edb4fe

Complementary Color

#edb4fe #c5feb4

#edb4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb4fe Color CSS Codes

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

#edb4fe Text Font Color

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

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


#edb4fe Background Color

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

This div background color is #edb4fe


#edb4fe Border Color

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

This div border color is #edb4fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,180,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb4fe


Comments

No comments written yet.

Please login to write comment.