Color Hex Logo

#edb1fe Color Hex

#EDB1FE
(237,177,254)
0 Favorites   0 Comments

Color spaces of #edb1fe

RGB 237177254
HSL0.800.970.85
HSV287°30°100°
CMYK 0.070.300.00   0.00
XYZ68.536656.6046101.0794
Yxy56.60460.30300.2502
Hunter Lab75.236030.9423-26.9907
CIE-Lab79.956734.7583-29.6605

#edb1fe color RGB value is (237,177,254).

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

The process color (four color CMYK) of #edb1fe color hex is 0.07, 0.30, 0.00, 0.00. Web safe color of #edb1fe is #ff99ff. Color #edb1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 11111110
Octal 355 261 376
Decimal 237 177 254
Hex ED B1 FE

RGB Percentages of Color #edb1fe

%35.48
%26.50
%38.02

CMYK Percentages of Color #edb1fe

%7
%30
%0
%0

Triadic Colors of #edb1fe

#edb1fe #feedb1 #b1feed

Analogous Colors of #edb1fe

#edb1fe #feb1e9 #c7b1fe

Monochromatic Colors of #edb1fe

#edb1fe

Complementary Color

#edb1fe #c2feb1

#edb1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb1fe Color CSS Codes

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

#edb1fe Text Font Color

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

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


#edb1fe Background Color

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

This div background color is #edb1fe


#edb1fe Border Color

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

This div border color is #edb1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb1fe


Comments

No comments written yet.

Please login to write comment.