Color Hex Logo

#edbcaa Color Hex

#EDBCAA
(237,188,170)
0 Favorites   0 Comments

Color spaces of #edbcaa

RGB 237188170
HSL0.040.650.80
HSV16°28°93°
CMYK 0.000.210.28   0.07
XYZ60.164056.873245.8369
Yxy56.87320.36940.3492
Hunter Lab75.414310.428616.7535
CIE-Lab80.108215.048915.8107

#edbcaa color RGB value is (237,188,170).

#edbcaa hex color red value is 237, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #edbcaa hue: 0.04 , saturation: 0.65 and the lightness value of edbcaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10101010
Octal 355 274 252
Decimal 237 188 170
Hex ED BC AA

RGB Percentages of Color #edbcaa

%39.83
%31.60
%28.57

CMYK Percentages of Color #edbcaa

%0
%21
%28
%7

Triadic Colors of #edbcaa

#edbcaa #aaedbc #bcaaed

Analogous Colors of #edbcaa

#edbcaa #eddeaa #edaaba

Monochromatic Colors of #edbcaa

#edbcaa

Complementary Color

#edbcaa #aadbed

#edbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbcaa Color CSS Codes

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

#edbcaa Text Font Color

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

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


#edbcaa Background Color

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

This div background color is #edbcaa


#edbcaa Border Color

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

This div border color is #edbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbcaa


Comments

No comments written yet.

Please login to write comment.