Color Hex Logo

#edbec9 Color Hex

#EDBEC9
(237,190,201)
0 Favorites   0 Comments

Color spaces of #edbec9

RGB 237190201
HSL0.960.570.84
HSV346°20°93°
CMYK 0.000.200.15   0.07
XYZ63.881159.048563.2889
Yxy59.04850.34300.3171
Hunter Lab76.843013.91524.9581
CIE-Lab81.318218.49850.8788

#edbec9 color RGB value is (237,190,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11001001
Octal 355 276 311
Decimal 237 190 201
Hex ED BE C9

RGB Percentages of Color #edbec9

%37.74
%30.25
%32.01

CMYK Percentages of Color #edbec9

%0
%20
%15
%7

Triadic Colors of #edbec9

#edbec9 #c9edbe #bec9ed

Analogous Colors of #edbec9

#edbec9 #edcbbe #edbee1

Monochromatic Colors of #edbec9

#edbec9

Complementary Color

#edbec9 #beede2

#edbec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbec9 Color CSS Codes

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

#edbec9 Text Font Color

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

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


#edbec9 Background Color

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

This div background color is #edbec9


#edbec9 Border Color

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

This div border color is #edbec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbec9


Comments

No comments written yet.

Please login to write comment.