Color Hex Logo

#edabfe Color Hex

#EDABFE
(237,171,254)
0 Favorites   0 Comments

Color spaces of #edabfe

RGB 237171254
HSL0.800.980.83
HSV288°33°100°
CMYK 0.070.330.00   0.00
XYZ67.377454.2861100.6930
Yxy54.28610.30300.2441
Hunter Lab73.679134.2946-29.4529
CIE-Lab78.628337.9420-31.7020

#edabfe color RGB value is (237,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11111110
Octal 355 253 376
Decimal 237 171 254
Hex ED AB FE

RGB Percentages of Color #edabfe

%35.80
%25.83
%38.37

CMYK Percentages of Color #edabfe

%7
%33
%0
%0

Triadic Colors of #edabfe

#edabfe #feedab #abfeed

Analogous Colors of #edabfe

#edabfe #feabe6 #c4abfe

Monochromatic Colors of #edabfe

#edabfe

Complementary Color

#edabfe #bcfeab

#edabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabfe Color CSS Codes

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

#edabfe Text Font Color

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

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


#edabfe Background Color

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

This div background color is #edabfe


#edabfe Border Color

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

This div border color is #edabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabfe

Related Colors


Comments

No comments written yet.

Please login to write comment.