Color Hex Logo

#edb286 Color Hex

#EDB286
(237,178,134)
0 Favorites   0 Comments

Color spaces of #edb286

RGB 237178134
HSL0.070.740.73
HSV26°43°93°
CMYK 0.000.250.43   0.07
XYZ55.148551.566529.6010
Yxy51.56650.40460.3783
Hunter Lab71.809811.417225.8267
CIE-Lab77.020916.078930.8185

#edb286 color RGB value is (237,178,134).

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

The process color (four color CMYK) of #edb286 color hex is 0.00, 0.25, 0.43, 0.07. Web safe color of #edb286 is #ff9999. Color #edb286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 10000110
Octal 355 262 206
Decimal 237 178 134
Hex ED B2 86

RGB Percentages of Color #edb286

%43.17
%32.42
%24.41

CMYK Percentages of Color #edb286

%0
%25
%43
%7

Triadic Colors of #edb286

#edb286 #86edb2 #b286ed

Analogous Colors of #edb286

#edb286 #ede686 #ed868e

Monochromatic Colors of #edb286

#edb286

Complementary Color

#edb286 #86c1ed

#edb286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb286 Color CSS Codes

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

#edb286 Text Font Color

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

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


#edb286 Background Color

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

This div background color is #edb286


#edb286 Border Color

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

This div border color is #edb286


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,178,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 #edb286">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb286


Comments

No comments written yet.

Please login to write comment.