Color Hex Logo

#ed6baa Color Hex

#ED6BAA
(237,107,170)
0 Favorites   0 Comments

Color spaces of #ed6baa

RGB 237107170
HSL0.920.780.67
HSV331°55°93°
CMYK 0.000.550.28   0.07
XYZ47.438431.422241.5950
Yxy31.42220.39380.2609
Hunter Lab56.055552.9630-4.7562
CIE-Lab62.862456.6890-9.1491

#ed6baa color RGB value is (237,107,170).

#ed6baa hex color red value is 237, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ed6baa hue: 0.92 , saturation: 0.78 and the lightness value of ed6baa is 0.67.

The process color (four color CMYK) of #ed6baa color hex is 0.00, 0.55, 0.28, 0.07. Web safe color of #ed6baa is #ff6699. Color #ed6baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101011 10101010
Octal 355 153 252
Decimal 237 107 170
Hex ED 6B AA

RGB Percentages of Color #ed6baa

%46.11
%20.82
%33.07

CMYK Percentages of Color #ed6baa

%0
%55
%28
%7

Triadic Colors of #ed6baa

#ed6baa #aaed6b #6baaed

Analogous Colors of #ed6baa

#ed6baa #ed6d6b #ed6beb

Monochromatic Colors of #ed6baa

#ed6baa

Complementary Color

#ed6baa #6bedae

#ed6baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6baa Color CSS Codes

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

#ed6baa Text Font Color

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

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


#ed6baa Background Color

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

This div background color is #ed6baa


#ed6baa Border Color

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

This div border color is #ed6baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6baa


Comments

No comments written yet.

Please login to write comment.