Color Hex Logo

#edaf14 Color Hex

#EDAF14
(237,175,20)
0 Favorites   0 Comments

Color spaces of #edaf14

RGB 23717520
HSL0.120.860.50
HSV43°92°93°
CMYK 0.000.260.92   0.07
XYZ50.381348.71507.4094
Yxy48.71500.47300.4574
Hunter Lab69.79616.704342.5632
CIE-Lab75.273711.229775.7156

#edaf14 color RGB value is (237,175,20).

#edaf14 hex color red value is 237, green value is 175 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #edaf14 hue: 0.12 , saturation: 0.86 and the lightness value of edaf14 is 0.50.

The process color (four color CMYK) of #edaf14 color hex is 0.00, 0.26, 0.92, 0.07. Web safe color of #edaf14 is #ff9900. Color #edaf14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 00010100
Octal 355 257 24
Decimal 237 175 20
Hex ED AF 14

RGB Percentages of Color #edaf14

%54.86
%40.51
%4.63

CMYK Percentages of Color #edaf14

%0
%26
%92
%7

Triadic Colors of #edaf14

#edaf14 #14edaf #af14ed

Analogous Colors of #edaf14

#edaf14 #bfed14 #ed4314

Monochromatic Colors of #edaf14

#edaf14

Complementary Color

#edaf14 #1452ed

#edaf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaf14 Color CSS Codes

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

#edaf14 Text Font Color

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

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


#edaf14 Background Color

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

This div background color is #edaf14


#edaf14 Border Color

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

This div border color is #edaf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaf14


Comments

No comments written yet.

Please login to write comment.