Color Hex Logo

#edbafe Color Hex

#EDBAFE
(237,186,254)
0 Favorites   0 Comments

Color spaces of #edbafe

RGB 237186254
HSL0.790.970.86
HSV285°27°100°
CMYK 0.070.270.00   0.00
XYZ70.373460.2781101.6917
Yxy60.27810.30290.2594
Hunter Lab77.639025.9275-23.3109
CIE-Lab81.989129.9680-26.5495

#edbafe color RGB value is (237,186,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 11111110
Octal 355 272 376
Decimal 237 186 254
Hex ED BA FE

RGB Percentages of Color #edbafe

%35.01
%27.47
%37.52

CMYK Percentages of Color #edbafe

%7
%27
%0
%0

Triadic Colors of #edbafe

#edbafe #feedba #bafeed

Analogous Colors of #edbafe

#edbafe #febaed #cbbafe

Monochromatic Colors of #edbafe

#edbafe

Complementary Color

#edbafe #cbfeba

#edbafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbafe Color CSS Codes

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

#edbafe Text Font Color

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

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


#edbafe Background Color

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

This div background color is #edbafe


#edbafe Border Color

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

This div border color is #edbafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbafe

Related Colors


Comments

No comments written yet.

Please login to write comment.