Color Hex Logo

#edb9da Color Hex

#EDB9DA
(237,185,218)
0 Favorites   0 Comments

Color spaces of #edb9da

RGB 237185218
HSL0.890.590.83
HSV322°22°93°
CMYK 0.000.220.08   0.07
XYZ64.928957.764474.0572
Yxy57.76440.33000.2936
Hunter Lab76.002919.4866-4.5701
CIE-Lab80.607623.9431-9.3216

#edb9da color RGB value is (237,185,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 11011010
Octal 355 271 332
Decimal 237 185 218
Hex ED B9 DA

RGB Percentages of Color #edb9da

%37.03
%28.91
%34.06

CMYK Percentages of Color #edb9da

%0
%22
%8
%7

Triadic Colors of #edb9da

#edb9da #daedb9 #b9daed

Analogous Colors of #edb9da

#edb9da #edb9c0 #e6b9ed

Monochromatic Colors of #edb9da

#edb9da

Complementary Color

#edb9da #b9edcc

#edb9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb9da Color CSS Codes

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

#edb9da Text Font Color

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

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


#edb9da Background Color

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

This div background color is #edb9da


#edb9da Border Color

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

This div border color is #edb9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb9da


Comments

No comments written yet.

Please login to write comment.