Color Hex Logo

#edb878 Color Hex

#EDB878
(237,184,120)
0 Favorites   0 Comments

Color spaces of #edb878

RGB 237184120
HSL0.090.760.70
HSV33°49°93°
CMYK 0.000.220.49   0.07
XYZ55.455753.641625.2003
Yxy53.64160.41290.3994
Hunter Lab73.24046.984730.8680
CIE-Lab78.252311.544139.7095

#edb878 color RGB value is (237,184,120).

#edb878 hex color red value is 237, green value is 184 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #edb878 hue: 0.09 , saturation: 0.76 and the lightness value of edb878 is 0.70.

The process color (four color CMYK) of #edb878 color hex is 0.00, 0.22, 0.49, 0.07. Web safe color of #edb878 is #ffcc66. Color #edb878 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 01111000
Octal 355 270 170
Decimal 237 184 120
Hex ED B8 78

RGB Percentages of Color #edb878

%43.81
%34.01
%22.18

CMYK Percentages of Color #edb878

%0
%22
%49
%7

Triadic Colors of #edb878

#edb878 #78edb8 #b878ed

Analogous Colors of #edb878

#edb878 #e8ed78 #ed7e78

Monochromatic Colors of #edb878

#edb878

Complementary Color

#edb878 #78aded

#edb878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb878 Color CSS Codes

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

#edb878 Text Font Color

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

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


#edb878 Background Color

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

This div background color is #edb878


#edb878 Border Color

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

This div border color is #edb878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb878


Comments

No comments written yet.

Please login to write comment.