Color Hex Logo

#ed684b Color Hex

#ED684B
(237,104,75)
0 Favorites   0 Comments

Color spaces of #ed684b

RGB 23710475
HSL0.030.820.61
HSV11°68°93°
CMYK 0.000.560.68   0.07
XYZ41.145428.41329.9723
Yxy28.41320.51740.3573
Hunter Lab53.304044.502126.2206
CIE-Lab60.260249.529441.3312

#ed684b color RGB value is (237,104,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 01001011
Octal 355 150 113
Decimal 237 104 75
Hex ED 68 4B

RGB Percentages of Color #ed684b

%56.97
%25.00
%18.03

CMYK Percentages of Color #ed684b

%0
%56
%68
%7

Triadic Colors of #ed684b

#ed684b #4bed68 #684bed

Analogous Colors of #ed684b

#ed684b #edb94b #ed4b7f

Monochromatic Colors of #ed684b

#ed684b

Complementary Color

#ed684b #4bd0ed

#ed684b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed684b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed684b Color CSS Codes

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

#ed684b Text Font Color

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

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


#ed684b Background Color

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

This div background color is #ed684b


#ed684b Border Color

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

This div border color is #ed684b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed684b


Comments

No comments written yet.

Please login to write comment.