Color Hex Logo

#ed694a Color Hex

#ED694A
(237,105,74)
0 Favorites   0 Comments

Color spaces of #ed694a

RGB 23710574
HSL0.030.820.61
HSV11°69°93°
CMYK 0.000.560.69   0.07
XYZ41.212728.60219.8272
Yxy28.60210.51750.3591
Hunter Lab53.480943.961526.5420
CIE-Lab60.428849.008742.0613

#ed694a color RGB value is (237,105,74).

#ed694a hex color red value is 237, green value is 105 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ed694a hue: 0.03 , saturation: 0.82 and the lightness value of ed694a is 0.61.

The process color (four color CMYK) of #ed694a color hex is 0.00, 0.56, 0.69, 0.07. Web safe color of #ed694a is #ff6633. Color #ed694a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 01001010
Octal 355 151 112
Decimal 237 105 74
Hex ED 69 4A

RGB Percentages of Color #ed694a

%56.97
%25.24
%17.79

CMYK Percentages of Color #ed694a

%0
%56
%69
%7

Triadic Colors of #ed694a

#ed694a #4aed69 #694aed

Analogous Colors of #ed694a

#ed694a #edbb4a #ed4a7d

Monochromatic Colors of #ed694a

#ed694a

Complementary Color

#ed694a #4aceed

#ed694a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed694a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed694a Color CSS Codes

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

#ed694a Text Font Color

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

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


#ed694a Background Color

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

This div background color is #ed694a


#ed694a Border Color

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

This div border color is #ed694a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed694a


Comments

No comments written yet.

Please login to write comment.