Color Hex Logo

#edaf3f Color Hex

#EDAF3F
(237,175,63)
0 Favorites   0 Comments

Color spaces of #edaf3f

RGB 23717563
HSL0.110.830.59
HSV39°73°93°
CMYK 0.000.260.73   0.07
XYZ51.152249.023411.4691
Yxy49.02340.45820.4391
Hunter Lab70.01677.877739.2997
CIE-Lab75.465912.454763.2459

#edaf3f color RGB value is (237,175,63).

#edaf3f hex color red value is 237, green value is 175 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #edaf3f hue: 0.11 , saturation: 0.83 and the lightness value of edaf3f is 0.59.

The process color (four color CMYK) of #edaf3f color hex is 0.00, 0.26, 0.73, 0.07. Web safe color of #edaf3f is #ff9933. Color #edaf3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 00111111
Octal 355 257 77
Decimal 237 175 63
Hex ED AF 3F

RGB Percentages of Color #edaf3f

%49.89
%36.84
%13.26

CMYK Percentages of Color #edaf3f

%0
%26
%73
%7

Triadic Colors of #edaf3f

#edaf3f #3fedaf #af3fed

Analogous Colors of #edaf3f

#edaf3f #d4ed3f #ed583f

Monochromatic Colors of #edaf3f

#edaf3f

Complementary Color

#edaf3f #3f7ded

#edaf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaf3f Color CSS Codes

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

#edaf3f Text Font Color

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

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


#edaf3f Background Color

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

This div background color is #edaf3f


#edaf3f Border Color

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

This div border color is #edaf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaf3f


Comments

No comments written yet.

Please login to write comment.