Color Hex Logo

#ed695e Color Hex

#ED695E
(237,105,94)
0 Favorites   0 Comments

Color spaces of #ed695e

RGB 23710594
HSL0.010.800.65
HSV60°93°
CMYK 0.000.560.60   0.07
XYZ41.997028.915813.9575
Yxy28.91580.49480.3407
Hunter Lab53.773445.304922.2520
CIE-Lab60.707250.194331.4109

#ed695e color RGB value is (237,105,94).

#ed695e hex color red value is 237, green value is 105 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ed695e hue: 0.01 , saturation: 0.80 and the lightness value of ed695e is 0.65.

The process color (four color CMYK) of #ed695e color hex is 0.00, 0.56, 0.60, 0.07. Web safe color of #ed695e is #ff6666. Color #ed695e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 01011110
Octal 355 151 136
Decimal 237 105 94
Hex ED 69 5E

RGB Percentages of Color #ed695e

%54.36
%24.08
%21.56

CMYK Percentages of Color #ed695e

%0
%56
%60
%7

Triadic Colors of #ed695e

#ed695e #5eed69 #695eed

Analogous Colors of #ed695e

#ed695e #edb15e #ed5e9b

Monochromatic Colors of #ed695e

#ed695e

Complementary Color

#ed695e #5ee2ed

#ed695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed695e Color CSS Codes

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

#ed695e Text Font Color

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

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


#ed695e Background Color

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

This div background color is #ed695e


#ed695e Border Color

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

This div border color is #ed695e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed695e


Comments

No comments written yet.

Please login to write comment.