Color Hex Logo

#edbec3 Color Hex

#EDBEC3
(237,190,195)
0 Favorites   0 Comments

Color spaces of #edbec3

RGB 237190195
HSL0.980.570.84
HSV354°20°93°
CMYK 0.000.200.18   0.07
XYZ63.188858.771659.6434
Yxy58.77160.34790.3236
Hunter Lab76.662612.96817.5363
CIE-Lab81.165917.56733.8844

#edbec3 color RGB value is (237,190,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11000011
Octal 355 276 303
Decimal 237 190 195
Hex ED BE C3

RGB Percentages of Color #edbec3

%38.10
%30.55
%31.35

CMYK Percentages of Color #edbec3

%0
%20
%18
%7

Triadic Colors of #edbec3

#edbec3 #c3edbe #bec3ed

Analogous Colors of #edbec3

#edbec3 #edd1be #edbedb

Monochromatic Colors of #edbec3

#edbec3

Complementary Color

#edbec3 #beede8

#edbec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbec3 Color CSS Codes

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

#edbec3 Text Font Color

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

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


#edbec3 Background Color

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

This div background color is #edbec3


#edbec3 Border Color

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

This div border color is #edbec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbec3


Comments

No comments written yet.

Please login to write comment.