color codes Logo

#ed186c color codes

#ED186C
(237,24,108)
0 Favorites   0 Comments

Color spaces of #ed186c

RGB 23724108
HSL0.930.860.51
HSV336°90°93°
CMYK 0.000.900.54   0.07
XYZ37.958519.740515.9970
Yxy19.74050.51510.2679
Hunter Lab44.430374.74649.7540
CIE-Lab51.542577.076710.9194

#ed186c color RGB value is (237,24,108).

#ed186c hex color red value is 237, green value is 24 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ed186c hue: 0.93 , saturation: 0.86 and the lightness value of ed186c is 0.51.

The process color (four color CMYK) of #ed186c color code is 0.00, 0.90, 0.54, 0.07. Web safe color of #ed186c is #ff0066. Color #ed186c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011000 01101100
Octal 355 30 154
Decimal 237 24 108
Hex ED 18 6C

RGB Percentages of Color #ed186c

%64.23
%6.50
%29.27

CMYK Percentages of Color #ed186c

%0
%90
%54
%7

Triadic Colors of #ed186c

#ed186c #6ced18 #186ced

Analogous Colors of #ed186c

#ed186c #ed2f18 #ed18d7

Monochromatic Colors of #ed186c

#ed186c

Complementary Color

#ed186c #18ed99

#ed186c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed186c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed186c Color CSS Codes

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

#ed186c Text Font Color

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

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


#ed186c Background Color

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

This div background color is #ed186c


#ed186c Border Color

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

This div border color is #ed186c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed186c


Comments

No comments written yet.

Please login to write comment.