Color Hex Logo

#edb7bd Color Hex

#EDB7BD
(237,183,189)
0 Favorites   0 Comments

Color spaces of #edb7bd

RGB 237183189
HSL0.980.600.82
HSV353°23°93°
CMYK 0.000.230.20   0.07
XYZ61.043855.545655.6481
Yxy55.54560.35440.3225
Hunter Lab74.528915.77697.9005
CIE-Lab79.354520.38024.5000

#edb7bd color RGB value is (237,183,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 10111101
Octal 355 267 275
Decimal 237 183 189
Hex ED B7 BD

RGB Percentages of Color #edb7bd

%38.92
%30.05
%31.03

CMYK Percentages of Color #edb7bd

%0
%23
%20
%7

Triadic Colors of #edb7bd

#edb7bd #bdedb7 #b7bded

Analogous Colors of #edb7bd

#edb7bd #edccb7 #edb7d8

Monochromatic Colors of #edb7bd

#edb7bd

Complementary Color

#edb7bd #b7ede7

#edb7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb7bd Color CSS Codes

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

#edb7bd Text Font Color

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

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


#edb7bd Background Color

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

This div background color is #edb7bd


#edb7bd Border Color

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

This div border color is #edb7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb7bd


Comments

No comments written yet.

Please login to write comment.