Color Hex Logo

#edbaee Color Hex

#EDBAEE
(237,186,238)
0 Favorites   0 Comments

Color spaces of #edbaee

RGB 237186238
HSL0.830.600.83
HSV299°22°93°
CMYK 0.000.220.00   0.07
XYZ67.916659.295488.7545
Yxy59.29540.31450.2746
Hunter Lab77.003522.6797-14.4354
CIE-Lab81.453726.9495-18.8036

#edbaee color RGB value is (237,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 11101110
Octal 355 272 356
Decimal 237 186 238
Hex ED BA EE

RGB Percentages of Color #edbaee

%35.85
%28.14
%36.01

CMYK Percentages of Color #edbaee

%0
%22
%0
%7

Triadic Colors of #edbaee

#edbaee #eeedba #baeeed

Analogous Colors of #edbaee

#edbaee #eebad5 #d3baee

Monochromatic Colors of #edbaee

#edbaee

Complementary Color

#edbaee #bbeeba

#edbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbaee Color CSS Codes

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

#edbaee Text Font Color

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

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


#edbaee Background Color

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

This div background color is #edbaee


#edbaee Border Color

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

This div border color is #edbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbaee


Comments

No comments written yet.

Please login to write comment.