Color Hex Logo

#edbebe Color Hex

#EDBEBE
(237,190,190)
0 Favorites   0 Comments

Color spaces of #edbebe

RGB 237190190
HSL0.000.570.84
HSV20°93°
CMYK 0.000.200.20   0.07
XYZ62.632858.549156.7152
Yxy58.54910.35210.3291
Hunter Lab76.517412.20469.6160
CIE-Lab81.043116.81286.3958

#edbebe color RGB value is (237,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 10111110
Octal 355 276 276
Decimal 237 190 190
Hex ED BE BE

RGB Percentages of Color #edbebe

%38.41
%30.79
%30.79

CMYK Percentages of Color #edbebe

%0
%20
%20
%7

Triadic Colors of #edbebe

#edbebe #beedbe #bebeed

Analogous Colors of #edbebe

#edbebe #edd6be #edbed6

Monochromatic Colors of #edbebe

#edbebe

Complementary Color

#edbebe #beeded

#edbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbebe Color CSS Codes

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

#edbebe Text Font Color

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

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


#edbebe Background Color

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

This div background color is #edbebe


#edbebe Border Color

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

This div border color is #edbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbebe

#edbebe Color Palettes


Comments

No comments written yet.

Please login to write comment.