Color Hex Logo

#edbfbd Color Hex

#EDBFBD
(237,191,189)
0 Favorites   0 Comments

Color spaces of #edbfbd

RGB 237191189
HSL0.010.570.84
HSV20°93°
CMYK 0.000.190.20   0.07
XYZ62.741258.940356.2139
Yxy58.94030.35270.3313
Hunter Lab76.772611.524310.3279
CIE-Lab81.258816.13417.2431

#edbfbd color RGB value is (237,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 10111101
Octal 355 277 275
Decimal 237 191 189
Hex ED BF BD

RGB Percentages of Color #edbfbd

%38.41
%30.96
%30.63

CMYK Percentages of Color #edbfbd

%0
%19
%20
%7

Triadic Colors of #edbfbd

#edbfbd #bdedbf #bfbded

Analogous Colors of #edbfbd

#edbfbd #edd7bd #edbdd3

Monochromatic Colors of #edbfbd

#edbfbd

Complementary Color

#edbfbd #bdebed

#edbfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfbd Color CSS Codes

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

#edbfbd Text Font Color

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

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


#edbfbd Background Color

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

This div background color is #edbfbd


#edbfbd Border Color

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

This div border color is #edbfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfbd


Comments

No comments written yet.

Please login to write comment.