Color Hex Logo

#edbcb2 Color Hex

#EDBCB2
(237,188,178)
0 Favorites   0 Comments

Color spaces of #edbcb2

RGB 237188178
HSL0.030.620.81
HSV10°25°93°
CMYK 0.000.210.25   0.07
XYZ60.944257.185349.9452
Yxy57.18530.36260.3402
Hunter Lab75.621011.519513.7755
CIE-Lab80.283716.140311.7625

#edbcb2 color RGB value is (237,188,178).

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

The process color (four color CMYK) of #edbcb2 color hex is 0.00, 0.21, 0.25, 0.07. Web safe color of #edbcb2 is #ffcc99. Color #edbcb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10110010
Octal 355 274 262
Decimal 237 188 178
Hex ED BC B2

RGB Percentages of Color #edbcb2

%39.30
%31.18
%29.52

CMYK Percentages of Color #edbcb2

%0
%21
%25
%7

Triadic Colors of #edbcb2

#edbcb2 #b2edbc #bcb2ed

Analogous Colors of #edbcb2

#edbcb2 #eddab2 #edb2c6

Monochromatic Colors of #edbcb2

#edbcb2

Complementary Color

#edbcb2 #b2e3ed

#edbcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcb2 Color CSS Codes

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

#edbcb2 Text Font Color

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

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


#edbcb2 Background Color

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

This div background color is #edbcb2


#edbcb2 Border Color

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

This div border color is #edbcb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcb2


Comments

No comments written yet.

Please login to write comment.