Color Hex Logo

#edaf76 Color Hex

#EDAF76
(237,175,118)
0 Favorites   0 Comments

Color spaces of #edaf76

RGB 237175118
HSL0.080.770.70
HSV29°50°93°
CMYK 0.000.260.50   0.07
XYZ53.525049.972523.9641
Yxy49.97250.41990.3921
Hunter Lab70.691211.444529.3847
CIE-Lab76.052416.120537.9583

#edaf76 color RGB value is (237,175,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 01110110
Octal 355 257 166
Decimal 237 175 118
Hex ED AF 76

RGB Percentages of Color #edaf76

%44.72
%33.02
%22.26

CMYK Percentages of Color #edaf76

%0
%26
%50
%7

Triadic Colors of #edaf76

#edaf76 #76edaf #af76ed

Analogous Colors of #edaf76

#edaf76 #edeb76 #ed7679

Monochromatic Colors of #edaf76

#edaf76

Complementary Color

#edaf76 #76b4ed

#edaf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaf76 Color CSS Codes

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

#edaf76 Text Font Color

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

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


#edaf76 Background Color

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

This div background color is #edaf76


#edaf76 Border Color

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

This div border color is #edaf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaf76

#edaf76 Color Palettes


Comments

No comments written yet.

Please login to write comment.