Color Hex Logo

#edbcb7 Color Hex

#EDBCB7
(237,188,183)
0 Favorites   0 Comments

Color spaces of #edbcb7

RGB 237188183
HSL0.020.600.82
HSV23°93°
CMYK 0.000.210.23   0.07
XYZ61.455557.389952.6380
Yxy57.38990.35840.3347
Hunter Lab75.756112.231011.8325
CIE-Lab80.398416.84839.2366

#edbcb7 color RGB value is (237,188,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10110111
Octal 355 274 267
Decimal 237 188 183
Hex ED BC B7

RGB Percentages of Color #edbcb7

%38.98
%30.92
%30.10

CMYK Percentages of Color #edbcb7

%0
%21
%23
%7

Triadic Colors of #edbcb7

#edbcb7 #b7edbc #bcb7ed

Analogous Colors of #edbcb7

#edbcb7 #edd7b7 #edb7cd

Monochromatic Colors of #edbcb7

#edbcb7

Complementary Color

#edbcb7 #b7e8ed

#edbcb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcb7 Color CSS Codes

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

#edbcb7 Text Font Color

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

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


#edbcb7 Background Color

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

This div background color is #edbcb7


#edbcb7 Border Color

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

This div border color is #edbcb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcb7


Comments

No comments written yet.

Please login to write comment.