Color Hex Logo

#edb78f Color Hex

#EDB78F
(237,183,143)
0 Favorites   0 Comments

Color spaces of #edb78f

RGB 237183143
HSL0.070.720.75
HSV26°40°93°
CMYK 0.000.230.40   0.07
XYZ56.816553.854733.3870
Yxy53.85470.39440.3738
Hunter Lab73.38589.772624.3959
CIE-Lab78.376914.396727.8529

#edb78f color RGB value is (237,183,143).

#edb78f hex color red value is 237, green value is 183 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #edb78f hue: 0.07 , saturation: 0.72 and the lightness value of edb78f is 0.75.

The process color (four color CMYK) of #edb78f color hex is 0.00, 0.23, 0.40, 0.07. Web safe color of #edb78f is #ffcc99. Color #edb78f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 10001111
Octal 355 267 217
Decimal 237 183 143
Hex ED B7 8F

RGB Percentages of Color #edb78f

%42.10
%32.50
%25.40

CMYK Percentages of Color #edb78f

%0
%23
%40
%7

Triadic Colors of #edb78f

#edb78f #8fedb7 #b78fed

Analogous Colors of #edb78f

#edb78f #ede68f #ed8f96

Monochromatic Colors of #edb78f

#edb78f

Complementary Color

#edb78f #8fc5ed

#edb78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb78f Color CSS Codes

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

#edb78f Text Font Color

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

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


#edb78f Background Color

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

This div background color is #edb78f


#edb78f Border Color

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

This div border color is #edb78f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb78f


Comments

No comments written yet.

Please login to write comment.