Color Hex Logo

#edbbbf Color Hex

#EDBBBF
(237,187,191)
0 Favorites   0 Comments

Color spaces of #edbbbf

RGB 237187191
HSL0.990.580.83
HSV355°21°93°
CMYK 0.000.210.19   0.07
XYZ62.099357.306857.0785
Yxy57.30680.35190.3247
Hunter Lab75.701313.95008.2864
CIE-Lab80.351818.55354.8611

#edbbbf color RGB value is (237,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10111111
Octal 355 273 277
Decimal 237 187 191
Hex ED BB BF

RGB Percentages of Color #edbbbf

%38.54
%30.41
%31.06

CMYK Percentages of Color #edbbbf

%0
%21
%19
%7

Triadic Colors of #edbbbf

#edbbbf #bfedbb #bbbfed

Analogous Colors of #edbbbf

#edbbbf #edd0bb #edbbd8

Monochromatic Colors of #edbbbf

#edbbbf

Complementary Color

#edbbbf #bbede9

#edbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbbf Color CSS Codes

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

#edbbbf Text Font Color

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

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


#edbbbf Background Color

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

This div background color is #edbbbf


#edbbbf Border Color

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

This div border color is #edbbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbbf


Comments

No comments written yet.

Please login to write comment.