Color Hex Logo

#edbaed Color Hex

#EDBAED
(237,186,237)
0 Favorites   0 Comments

Color spaces of #edbaed

RGB 237186237
HSL0.830.590.83
HSV300°22°93°
CMYK 0.000.220.00   0.07
XYZ67.770059.236887.9827
Yxy59.23680.31520.2755
Hunter Lab76.965422.4842-13.9013
CIE-Lab81.421626.7661-18.3158

#edbaed color RGB value is (237,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 11101101
Octal 355 272 355
Decimal 237 186 237
Hex ED BA ED

RGB Percentages of Color #edbaed

%35.91
%28.18
%35.91

CMYK Percentages of Color #edbaed

%0
%22
%0
%7

Triadic Colors of #edbaed

#edbaed #ededba #baeded

Analogous Colors of #edbaed

#edbaed #edbad4 #d4baed

Monochromatic Colors of #edbaed

#edbaed

Complementary Color

#edbaed #baedba

#edbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbaed Color CSS Codes

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

#edbaed Text Font Color

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

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


#edbaed Background Color

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

This div background color is #edbaed


#edbaed Border Color

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

This div border color is #edbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbaed


Comments

No comments written yet.

Please login to write comment.