Color Hex Logo

#edab78 Color Hex

#EDAB78
(237,171,120)
0 Favorites   0 Comments

Color spaces of #edab78

RGB 237171120
HSL0.070.760.70
HSV26°49°93°
CMYK 0.000.280.49   0.07
XYZ52.878148.486424.3411
Yxy48.48640.42070.3857
Hunter Lab69.632213.695128.0167
CIE-Lab75.130718.423135.7392

#edab78 color RGB value is (237,171,120).

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

The process color (four color CMYK) of #edab78 color hex is 0.00, 0.28, 0.49, 0.07. Web safe color of #edab78 is #ff9966. Color #edab78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 01111000
Octal 355 253 170
Decimal 237 171 120
Hex ED AB 78

RGB Percentages of Color #edab78

%44.89
%32.39
%22.73

CMYK Percentages of Color #edab78

%0
%28
%49
%7

Triadic Colors of #edab78

#edab78 #78edab #ab78ed

Analogous Colors of #edab78

#edab78 #ede678 #ed7880

Monochromatic Colors of #edab78

#edab78

Complementary Color

#edab78 #78baed

#edab78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab78 Color CSS Codes

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

#edab78 Text Font Color

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

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


#edab78 Background Color

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

This div background color is #edab78


#edab78 Border Color

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

This div border color is #edab78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab78


Comments

No comments written yet.

Please login to write comment.