Color Hex Logo

#edbcbb Color Hex

#EDBCBB
(237,188,187)
0 Favorites   0 Comments

Color spaces of #edbcbb

RGB 237188187
HSL0.000.580.83
HSV21°93°
CMYK 0.000.210.21   0.07
XYZ61.877957.558854.8624
Yxy57.55880.35500.3302
Hunter Lab75.867512.817310.2326
CIE-Lab80.492917.42947.2189

#edbcbb color RGB value is (237,188,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10111011
Octal 355 274 273
Decimal 237 188 187
Hex ED BC BB

RGB Percentages of Color #edbcbb

%38.73
%30.72
%30.56

CMYK Percentages of Color #edbcbb

%0
%21
%21
%7

Triadic Colors of #edbcbb

#edbcbb #bbedbc #bcbbed

Analogous Colors of #edbcbb

#edbcbb #edd5bb #edbbd3

Monochromatic Colors of #edbcbb

#edbcbb

Complementary Color

#edbcbb #bbeced

#edbcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcbb Color CSS Codes

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

#edbcbb Text Font Color

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

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


#edbcbb Background Color

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

This div background color is #edbcbb


#edbcbb Border Color

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

This div border color is #edbcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcbb


Comments

No comments written yet.

Please login to write comment.