Color Hex Logo

#edbeb9 Color Hex

#EDBEB9
(237,190,185)
0 Favorites   0 Comments

Color spaces of #edbeb9

RGB 237190185
HSL0.020.590.83
HSV22°93°
CMYK 0.000.200.22   0.07
XYZ62.095558.334253.8858
Yxy58.33420.35620.3346
Hunter Lab76.376811.463711.6332
CIE-Lab80.924216.07748.9126

#edbeb9 color RGB value is (237,190,185).

#edbeb9 hex color red value is 237, green value is 190 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #edbeb9 hue: 0.02 , saturation: 0.59 and the lightness value of edbeb9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 10111001
Octal 355 276 271
Decimal 237 190 185
Hex ED BE B9

RGB Percentages of Color #edbeb9

%38.73
%31.05
%30.23

CMYK Percentages of Color #edbeb9

%0
%20
%22
%7

Triadic Colors of #edbeb9

#edbeb9 #b9edbe #beb9ed

Analogous Colors of #edbeb9

#edbeb9 #edd8b9 #edb9ce

Monochromatic Colors of #edbeb9

#edbeb9

Complementary Color

#edbeb9 #b9e8ed

#edbeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbeb9 Color CSS Codes

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

#edbeb9 Text Font Color

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

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


#edbeb9 Background Color

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

This div background color is #edbeb9


#edbeb9 Border Color

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

This div border color is #edbeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbeb9


Comments

No comments written yet.

Please login to write comment.