Color Hex Logo

#edb7bb Color Hex

#EDB7BB
(237,183,187)
0 Favorites   0 Comments

Color spaces of #edb7bb

RGB 237183187
HSL0.990.600.82
HSV356°23°93°
CMYK 0.000.230.21   0.07
XYZ60.828255.459454.5124
Yxy55.45940.35610.3247
Hunter Lab74.471115.47508.7298
CIE-Lab79.305220.08445.5102

#edb7bb color RGB value is (237,183,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 10111011
Octal 355 267 273
Decimal 237 183 187
Hex ED B7 BB

RGB Percentages of Color #edb7bb

%39.04
%30.15
%30.81

CMYK Percentages of Color #edb7bb

%0
%23
%21
%7

Triadic Colors of #edb7bb

#edb7bb #bbedb7 #b7bbed

Analogous Colors of #edb7bb

#edb7bb #edceb7 #edb7d6

Monochromatic Colors of #edb7bb

#edb7bb

Complementary Color

#edb7bb #b7ede9

#edb7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb7bb Color CSS Codes

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

#edb7bb Text Font Color

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

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


#edb7bb Background Color

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

This div background color is #edb7bb


#edb7bb Border Color

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

This div border color is #edb7bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb7bb


Comments

No comments written yet.

Please login to write comment.