Color Hex Logo

#edb488 Color Hex

#EDB488
(237,180,136)
0 Favorites   0 Comments

Color spaces of #edb488

RGB 237180136
HSL0.070.740.73
HSV26°43°93°
CMYK 0.000.240.43   0.07
XYZ55.690252.424630.4763
Yxy52.42460.40180.3783
Hunter Lab72.404810.584925.7273
CIE-Lab77.534015.228130.4386

#edb488 color RGB value is (237,180,136).

#edb488 hex color red value is 237, green value is 180 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #edb488 hue: 0.07 , saturation: 0.74 and the lightness value of edb488 is 0.73.

The process color (four color CMYK) of #edb488 color hex is 0.00, 0.24, 0.43, 0.07. Web safe color of #edb488 is #ffcc99. Color #edb488 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 10001000
Octal 355 264 210
Decimal 237 180 136
Hex ED B4 88

RGB Percentages of Color #edb488

%42.86
%32.55
%24.59

CMYK Percentages of Color #edb488

%0
%24
%43
%7

Triadic Colors of #edb488

#edb488 #88edb4 #b488ed

Analogous Colors of #edb488

#edb488 #ede788 #ed888f

Monochromatic Colors of #edb488

#edb488

Complementary Color

#edb488 #88c1ed

#edb488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb488 Color CSS Codes

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

#edb488 Text Font Color

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

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


#edb488 Background Color

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

This div background color is #edb488


#edb488 Border Color

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

This div border color is #edb488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb488


Comments

No comments written yet.

Please login to write comment.