Color Hex Logo

#edbdbd Color Hex

#EDBDBD
(237,189,189)
0 Favorites   0 Comments

Color spaces of #edbdbd

RGB 237189189
HSL0.000.570.84
HSV20°93°
CMYK 0.000.200.20   0.07
XYZ62.308058.073856.0695
Yxy58.07380.35310.3291
Hunter Lab76.206212.58519.7211
CIE-Lab80.779817.19436.5548

#edbdbd color RGB value is (237,189,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 10111101
Octal 355 275 275
Decimal 237 189 189
Hex ED BD BD

RGB Percentages of Color #edbdbd

%38.54
%30.73
%30.73

CMYK Percentages of Color #edbdbd

%0
%20
%20
%7

Triadic Colors of #edbdbd

#edbdbd #bdedbd #bdbded

Analogous Colors of #edbdbd

#edbdbd #edd5bd #edbdd5

Monochromatic Colors of #edbdbd

#edbdbd

Complementary Color

#edbdbd #bdeded

#edbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdbd Color CSS Codes

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

#edbdbd Text Font Color

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

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


#edbdbd Background Color

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

This div background color is #edbdbd


#edbdbd Border Color

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

This div border color is #edbdbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,189,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 #edbdbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdbd


Comments

No comments written yet.

Please login to write comment.