Color Hex Logo

#edac77 Color Hex

#EDAC77
(237,172,119)
0 Favorites   0 Comments

Color spaces of #edac77

RGB 237172119
HSL0.070.770.70
HSV27°50°93°
CMYK 0.000.270.50   0.07
XYZ53.007348.841524.0863
Yxy48.84150.42090.3878
Hunter Lab69.886713.086028.4865
CIE-Lab75.352617.801236.5469

#edac77 color RGB value is (237,172,119).

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

The process color (four color CMYK) of #edac77 color hex is 0.00, 0.27, 0.50, 0.07. Web safe color of #edac77 is #ff9966. Color #edac77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 01110111
Octal 355 254 167
Decimal 237 172 119
Hex ED AC 77

RGB Percentages of Color #edac77

%44.89
%32.58
%22.54

CMYK Percentages of Color #edac77

%0
%27
%50
%7

Triadic Colors of #edac77

#edac77 #77edac #ac77ed

Analogous Colors of #edac77

#edac77 #ede777 #ed777d

Monochromatic Colors of #edac77

#edac77

Complementary Color

#edac77 #77b8ed

#edac77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac77 Color CSS Codes

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

#edac77 Text Font Color

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

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


#edac77 Background Color

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

This div background color is #edac77


#edac77 Border Color

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

This div border color is #edac77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac77


Comments

No comments written yet.

Please login to write comment.