Color Hex Logo

#edbed1 Color Hex

#EDBED1
(237,190,209)
0 Favorites   0 Comments

Color spaces of #edbed1

RGB 237190209
HSL0.930.570.84
HSV336°20°93°
CMYK 0.000.200.12   0.07
XYZ64.847159.434968.3759
Yxy59.43490.33660.3085
Hunter Lab77.094015.22951.3806
CIE-Lab81.530119.7821-3.1133

#edbed1 color RGB value is (237,190,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11010001
Octal 355 276 321
Decimal 237 190 209
Hex ED BE D1

RGB Percentages of Color #edbed1

%37.26
%29.87
%32.86

CMYK Percentages of Color #edbed1

%0
%20
%12
%7

Triadic Colors of #edbed1

#edbed1 #d1edbe #bed1ed

Analogous Colors of #edbed1

#edbed1 #edc3be #edbee9

Monochromatic Colors of #edbed1

#edbed1

Complementary Color

#edbed1 #beedda

#edbed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbed1 Color CSS Codes

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

#edbed1 Text Font Color

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

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


#edbed1 Background Color

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

This div background color is #edbed1


#edbed1 Border Color

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

This div border color is #edbed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbed1


Comments

No comments written yet.

Please login to write comment.