Color Hex Logo

#edb886 Color Hex

#EDB886
(237,184,134)
0 Favorites   0 Comments

Color spaces of #edb886

RGB 237184134
HSL0.080.740.73
HSV29°43°93°
CMYK 0.000.220.43   0.07
XYZ56.368654.006730.0077
Yxy54.00670.40150.3847
Hunter Lab73.48938.309027.2327
CIE-Lab78.465612.904732.7188

#edb886 color RGB value is (237,184,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 10000110
Octal 355 270 206
Decimal 237 184 134
Hex ED B8 86

RGB Percentages of Color #edb886

%42.70
%33.15
%24.14

CMYK Percentages of Color #edb886

%0
%22
%43
%7

Triadic Colors of #edb886

#edb886 #86edb8 #b886ed

Analogous Colors of #edb886

#edb886 #edec86 #ed8688

Monochromatic Colors of #edb886

#edb886

Complementary Color

#edb886 #86bbed

#edb886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb886 Color CSS Codes

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

#edb886 Text Font Color

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

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


#edb886 Background Color

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

This div background color is #edb886


#edb886 Border Color

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

This div border color is #edb886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb886


Comments

No comments written yet.

Please login to write comment.