Color Hex Logo

#edaf40 Color Hex

#EDAF40
(237,175,64)
0 Favorites   0 Comments

Color spaces of #edaf40

RGB 23717564
HSL0.110.830.59
HSV38°73°93°
CMYK 0.000.260.73   0.07
XYZ51.180449.034611.6176
Yxy49.03460.45770.4385
Hunter Lab70.02477.920739.1807
CIE-Lab75.472812.499462.8520

#edaf40 color RGB value is (237,175,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 01000000
Octal 355 257 100
Decimal 237 175 64
Hex ED AF 40

RGB Percentages of Color #edaf40

%49.79
%36.76
%13.45

CMYK Percentages of Color #edaf40

%0
%26
%73
%7

Triadic Colors of #edaf40

#edaf40 #40edaf #af40ed

Analogous Colors of #edaf40

#edaf40 #d5ed40 #ed5940

Monochromatic Colors of #edaf40

#edaf40

Complementary Color

#edaf40 #407eed

#edaf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaf40 Color CSS Codes

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

#edaf40 Text Font Color

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

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


#edaf40 Background Color

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

This div background color is #edaf40


#edaf40 Border Color

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

This div border color is #edaf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaf40


Comments

No comments written yet.

Please login to write comment.