Color Hex Logo

#edaf4f Color Hex

#EDAF4F
(237,175,79)
0 Favorites   0 Comments

Color spaces of #edaf4f

RGB 23717579
HSL0.100.810.62
HSV36°67°93°
CMYK 0.000.260.67   0.07
XYZ51.666349.229014.1762
Yxy49.22900.44900.4278
Hunter Lab70.16348.656437.1351
CIE-Lab75.593613.262356.5530

#edaf4f color RGB value is (237,175,79).

#edaf4f hex color red value is 237, green value is 175 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #edaf4f hue: 0.10 , saturation: 0.81 and the lightness value of edaf4f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 01001111
Octal 355 257 117
Decimal 237 175 79
Hex ED AF 4F

RGB Percentages of Color #edaf4f

%48.27
%35.64
%16.09

CMYK Percentages of Color #edaf4f

%0
%26
%67
%7

Triadic Colors of #edaf4f

#edaf4f #4fedaf #af4fed

Analogous Colors of #edaf4f

#edaf4f #dced4f #ed604f

Monochromatic Colors of #edaf4f

#edaf4f

Complementary Color

#edaf4f #4f8ded

#edaf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaf4f Color CSS Codes

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

#edaf4f Text Font Color

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

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


#edaf4f Background Color

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

This div background color is #edaf4f


#edaf4f Border Color

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

This div border color is #edaf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaf4f


Comments

No comments written yet.

Please login to write comment.