Color Hex Logo

#edbcb3 Color Hex

#EDBCB3
(237,188,179)
0 Favorites   0 Comments

Color spaces of #edbcb3

RGB 237188179
HSL0.030.620.82
HSV24°93°
CMYK 0.000.210.24   0.07
XYZ61.045057.225650.4761
Yxy57.22560.36180.3391
Hunter Lab75.647611.660013.3919
CIE-Lab80.306316.280411.2569

#edbcb3 color RGB value is (237,188,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10110011
Octal 355 274 263
Decimal 237 188 179
Hex ED BC B3

RGB Percentages of Color #edbcb3

%39.24
%31.13
%29.64

CMYK Percentages of Color #edbcb3

%0
%21
%24
%7

Triadic Colors of #edbcb3

#edbcb3 #b3edbc #bcb3ed

Analogous Colors of #edbcb3

#edbcb3 #edd9b3 #edb3c7

Monochromatic Colors of #edbcb3

#edbcb3

Complementary Color

#edbcb3 #b3e4ed

#edbcb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcb3 Color CSS Codes

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

#edbcb3 Text Font Color

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

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


#edbcb3 Background Color

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

This div background color is #edbcb3


#edbcb3 Border Color

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

This div border color is #edbcb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcb3


Comments

No comments written yet.

Please login to write comment.