Color Hex Logo

#edbbba Color Hex

#EDBBBA
(237,187,186)
0 Favorites   0 Comments

Color spaces of #edbbba

RGB 237187186
HSL0.000.590.83
HSV22°93°
CMYK 0.000.210.22   0.07
XYZ61.558357.090354.2294
Yxy57.09030.35610.3302
Hunter Lab75.558113.199810.3372
CIE-Lab80.230417.81357.3807

#edbbba color RGB value is (237,187,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10111010
Octal 355 273 272
Decimal 237 187 186
Hex ED BB BA

RGB Percentages of Color #edbbba

%38.85
%30.66
%30.49

CMYK Percentages of Color #edbbba

%0
%21
%22
%7

Triadic Colors of #edbbba

#edbbba #baedbb #bbbaed

Analogous Colors of #edbbba

#edbbba #edd5ba #edbad3

Monochromatic Colors of #edbbba

#edbbba

Complementary Color

#edbbba #baeced

#edbbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbba Color CSS Codes

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

#edbbba Text Font Color

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

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


#edbbba Background Color

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

This div background color is #edbbba


#edbbba Border Color

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

This div border color is #edbbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbba


Comments

No comments written yet.

Please login to write comment.