Color Hex Logo

#edbecd Color Hex

#EDBECD
(237,190,205)
0 Favorites   0 Comments

Color spaces of #edbecd

RGB 237190205
HSL0.950.570.84
HSV341°20°93°
CMYK 0.000.200.14   0.07
XYZ64.358059.239265.7999
Yxy59.23920.33980.3128
Hunter Lab76.967014.56523.1893
CIE-Lab81.422919.1346-1.1197

#edbecd color RGB value is (237,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11001101
Octal 355 276 315
Decimal 237 190 205
Hex ED BE CD

RGB Percentages of Color #edbecd

%37.50
%30.06
%32.44

CMYK Percentages of Color #edbecd

%0
%20
%14
%7

Triadic Colors of #edbecd

#edbecd #cdedbe #becded

Analogous Colors of #edbecd

#edbecd #edc7be #edbee5

Monochromatic Colors of #edbecd

#edbecd

Complementary Color

#edbecd #beedde

#edbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbecd Color CSS Codes

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

#edbecd Text Font Color

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

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


#edbecd Background Color

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

This div background color is #edbecd


#edbecd Border Color

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

This div border color is #edbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbecd


Comments

No comments written yet.

Please login to write comment.