Color Hex Logo

#edbde1 Color Hex

#EDBDE1
(237,189,225)
0 Favorites   0 Comments

Color spaces of #edbde1

RGB 237189225
HSL0.880.570.84
HSV315°20°93°
CMYK 0.000.200.05   0.07
XYZ66.713359.836079.2675
Yxy59.83600.32410.2907
Hunter Lab77.353718.5773-6.6092
CIE-Lab81.749023.0211-11.3855

#edbde1 color RGB value is (237,189,225).

#edbde1 hex color red value is 237, green value is 189 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #edbde1 hue: 0.88 , saturation: 0.57 and the lightness value of edbde1 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 11100001
Octal 355 275 341
Decimal 237 189 225
Hex ED BD E1

RGB Percentages of Color #edbde1

%36.41
%29.03
%34.56

CMYK Percentages of Color #edbde1

%0
%20
%5
%7

Triadic Colors of #edbde1

#edbde1 #e1edbd #bde1ed

Analogous Colors of #edbde1

#edbde1 #edbdc9 #e1bded

Monochromatic Colors of #edbde1

#edbde1

Complementary Color

#edbde1 #bdedc9

#edbde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbde1 Color CSS Codes

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

#edbde1 Text Font Color

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

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


#edbde1 Background Color

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

This div background color is #edbde1


#edbde1 Border Color

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

This div border color is #edbde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbde1


Comments

No comments written yet.

Please login to write comment.