Color Hex Logo

#edbae0 Color Hex

#EDBAE0
(237,186,224)
0 Favorites   0 Comments

Color spaces of #edbae0

RGB 237186224
HSL0.880.590.83
HSV315°22°93°
CMYK 0.000.220.05   0.07
XYZ65.938558.504278.3381
Yxy58.50420.32520.2885
Hunter Lab76.488020.0265-7.1825
CIE-Lab81.018324.4436-11.9393

#edbae0 color RGB value is (237,186,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 11100000
Octal 355 272 340
Decimal 237 186 224
Hex ED BA E0

RGB Percentages of Color #edbae0

%36.63
%28.75
%34.62

CMYK Percentages of Color #edbae0

%0
%22
%5
%7

Triadic Colors of #edbae0

#edbae0 #e0edba #bae0ed

Analogous Colors of #edbae0

#edbae0 #edbac7 #e1baed

Monochromatic Colors of #edbae0

#edbae0

Complementary Color

#edbae0 #baedc7

#edbae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbae0 Color CSS Codes

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

#edbae0 Text Font Color

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

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


#edbae0 Background Color

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

This div background color is #edbae0


#edbae0 Border Color

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

This div border color is #edbae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbae0


Comments

No comments written yet.

Please login to write comment.