Color Hex Logo

#edb6fe Color Hex

#EDB6FE
(237,182,254)
0 Favorites   0 Comments

Color spaces of #edb6fe

RGB 237182254
HSL0.790.970.85
HSV286°28°100°
CMYK 0.070.280.00   0.00
XYZ69.542458.6162101.4147
Yxy58.61620.30290.2553
Hunter Lab76.561228.1537-24.9440
CIE-Lab81.080232.0983-27.9390

#edb6fe color RGB value is (237,182,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 11111110
Octal 355 266 376
Decimal 237 182 254
Hex ED B6 FE

RGB Percentages of Color #edb6fe

%35.22
%27.04
%37.74

CMYK Percentages of Color #edb6fe

%7
%28
%0
%0

Triadic Colors of #edb6fe

#edb6fe #feedb6 #b6feed

Analogous Colors of #edb6fe

#edb6fe #feb6eb #c9b6fe

Monochromatic Colors of #edb6fe

#edb6fe

Complementary Color

#edb6fe #c7feb6

#edb6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb6fe Color CSS Codes

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

#edb6fe Text Font Color

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

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


#edb6fe Background Color

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

This div background color is #edb6fe


#edb6fe Border Color

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

This div border color is #edb6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.