Color Hex Logo

#edbdbf Color Hex

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

Color spaces of #edbdbf

RGB 237189191
HSL0.990.570.84
HSV358°20°93°
CMYK 0.000.200.19   0.07
XYZ62.526658.161357.2210
Yxy58.16130.35150.3269
Hunter Lab76.263612.88658.8988
CIE-Lab80.828417.49235.5486

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

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

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

Base Numbers

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

RGB Percentages of Color #edbdbf

%38.41
%30.63
%30.96

CMYK Percentages of Color #edbdbf

%0
%20
%19
%7

Triadic Colors of #edbdbf

#edbdbf #bfedbd #bdbfed

Analogous Colors of #edbdbf

#edbdbf #edd3bd #edbdd7

Monochromatic Colors of #edbdbf

#edbdbf

Complementary Color

#edbdbf #bdedeb

#edbdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdbf Color CSS Codes

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

#edbdbf Text Font Color

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

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


#edbdbf Background Color

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

This div background color is #edbdbf


#edbdbf Border Color

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

This div border color is #edbdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdbf


Comments

No comments written yet.

Please login to write comment.