Color Hex Logo

#edbaef Color Hex

#EDBAEF
(237,186,239)
0 Favorites   0 Comments

Color spaces of #edbaef

RGB 237186239
HSL0.830.620.83
HSV298°22°94°
CMYK 0.010.220.00   0.06
XYZ68.063959.354389.5305
Yxy59.35430.31370.2736
Hunter Lab77.041722.8760-14.9719
CIE-Lab81.486027.1334-19.2909

#edbaef color RGB value is (237,186,239).

#edbaef hex color red value is 237, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #edbaef hue: 0.83 , saturation: 0.62 and the lightness value of edbaef is 0.83.

The process color (four color CMYK) of #edbaef color hex is 0.01, 0.22, 0.00, 0.06. Web safe color of #edbaef is #ffccff. Color #edbaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 11101111
Octal 355 272 357
Decimal 237 186 239
Hex ED BA EF

RGB Percentages of Color #edbaef

%35.80
%28.10
%36.10

CMYK Percentages of Color #edbaef

%1
%22
%0
%6

Triadic Colors of #edbaef

#edbaef #efedba #baefed

Analogous Colors of #edbaef

#edbaef #efbad7 #d3baef

Monochromatic Colors of #edbaef

#edbaef

Complementary Color

#edbaef #bcefba

#edbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbaef Color CSS Codes

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

#edbaef Text Font Color

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

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


#edbaef Background Color

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

This div background color is #edbaef


#edbaef Border Color

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

This div border color is #edbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbaef

#edbaef Color Palettes


Comments

No comments written yet.

Please login to write comment.