Color Hex Logo

#ed8469 Color Hex

#ED8469
(237,132,105)
0 Favorites   0 Comments

Color spaces of #ed8469

RGB 237132105
HSL0.030.790.67
HSV12°56°93°
CMYK 0.000.440.56   0.07
XYZ45.726135.527017.8120
Yxy35.52700.46160.3586
Hunter Lab59.604532.629824.0052
CIE-Lab66.156937.658032.2674

#ed8469 color RGB value is (237,132,105).

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

The process color (four color CMYK) of #ed8469 color hex is 0.00, 0.44, 0.56, 0.07. Web safe color of #ed8469 is #ff9966. Color #ed8469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 01101001
Octal 355 204 151
Decimal 237 132 105
Hex ED 84 69

RGB Percentages of Color #ed8469

%50.00
%27.85
%22.15

CMYK Percentages of Color #ed8469

%0
%44
%56
%7

Triadic Colors of #ed8469

#ed8469 #69ed84 #8469ed

Analogous Colors of #ed8469

#ed8469 #edc669 #ed6990

Monochromatic Colors of #ed8469

#ed8469

Complementary Color

#ed8469 #69d2ed

#ed8469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8469 Color CSS Codes

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

#ed8469 Text Font Color

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

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


#ed8469 Background Color

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

This div background color is #ed8469


#ed8469 Border Color

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

This div border color is #ed8469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8469


Comments

No comments written yet.

Please login to write comment.