Color Hex Logo

#ed692e Color Hex

#ED692E
(237,105,46)
0 Favorites   0 Comments

Color spaces of #ed692e

RGB 23710546
HSL0.050.840.55
HSV19°81°93°
CMYK 0.000.560.81   0.07
XYZ40.469828.30495.9152
Yxy28.30490.54180.3790
Hunter Lab53.202342.676730.6496
CIE-Lab60.163247.866055.5687

#ed692e color RGB value is (237,105,46).

#ed692e hex color red value is 237, green value is 105 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ed692e hue: 0.05 , saturation: 0.84 and the lightness value of ed692e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 00101110
Octal 355 151 56
Decimal 237 105 46
Hex ED 69 2E

RGB Percentages of Color #ed692e

%61.08
%27.06
%11.86

CMYK Percentages of Color #ed692e

%0
%56
%81
%7

Triadic Colors of #ed692e

#ed692e #2eed69 #692eed

Analogous Colors of #ed692e

#ed692e #edc92e #ed2e53

Monochromatic Colors of #ed692e

#ed692e

Complementary Color

#ed692e #2eb2ed

#ed692e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed692e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed692e Color CSS Codes

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

#ed692e Text Font Color

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

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


#ed692e Background Color

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

This div background color is #ed692e


#ed692e Border Color

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

This div border color is #ed692e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed692e


Comments

No comments written yet.

Please login to write comment.