Color Hex Logo

#edbcb5 Color Hex

#EDBCB5
(237,188,181)
0 Favorites   0 Comments

Color spaces of #edbcb5

RGB 237188181
HSL0.020.610.82
HSV24°93°
CMYK 0.000.210.24   0.07
XYZ61.248857.307251.5493
Yxy57.30720.36010.3369
Hunter Lab75.701511.943612.6173
CIE-Lab80.352116.562710.2465

#edbcb5 color RGB value is (237,188,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10110101
Octal 355 274 265
Decimal 237 188 181
Hex ED BC B5

RGB Percentages of Color #edbcb5

%39.11
%31.02
%29.87

CMYK Percentages of Color #edbcb5

%0
%21
%24
%7

Triadic Colors of #edbcb5

#edbcb5 #b5edbc #bcb5ed

Analogous Colors of #edbcb5

#edbcb5 #edd8b5 #edb5ca

Monochromatic Colors of #edbcb5

#edbcb5

Complementary Color

#edbcb5 #b5e6ed

#edbcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcb5 Color CSS Codes

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

#edbcb5 Text Font Color

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

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


#edbcb5 Background Color

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

This div background color is #edbcb5


#edbcb5 Border Color

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

This div border color is #edbcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcb5


Comments

No comments written yet.

Please login to write comment.