Color Hex Logo

#edbbbd Color Hex

#EDBBBD
(237,187,189)
0 Favorites   0 Comments

Color spaces of #edbbbd

RGB 237187189
HSL0.990.580.83
HSV358°21°93°
CMYK 0.000.210.20   0.07
XYZ61.880757.219355.9271
Yxy57.21930.35350.3269
Hunter Lab75.643413.64739.1143
CIE-Lab80.302818.25535.8682

#edbbbd color RGB value is (237,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10111101
Octal 355 273 275
Decimal 237 187 189
Hex ED BB BD

RGB Percentages of Color #edbbbd

%38.66
%30.51
%30.83

CMYK Percentages of Color #edbbbd

%0
%21
%20
%7

Triadic Colors of #edbbbd

#edbbbd #bdedbb #bbbded

Analogous Colors of #edbbbd

#edbbbd #edd2bb #edbbd6

Monochromatic Colors of #edbbbd

#edbbbd

Complementary Color

#edbbbd #bbedeb

#edbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbbd Color CSS Codes

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

#edbbbd Text Font Color

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

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


#edbbbd Background Color

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

This div background color is #edbbbd


#edbbbd Border Color

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

This div border color is #edbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbbd


Comments

No comments written yet.

Please login to write comment.