Color Hex Logo

#ed0cae Color Hex

#ED0CAE
(237,12,174)
0 Favorites   0 Comments

Color spaces of #ed0cae

RGB 23712174
HSL0.880.900.49
HSV317°95°93°
CMYK 0.000.950.27   0.07
XYZ42.696521.323541.9099
Yxy21.32350.40310.2013
Hunter Lab46.177484.2342-21.4866
CIE-Lab53.301784.2173-25.9983

#ed0cae color RGB value is (237,12,174).

#ed0cae hex color red value is 237, green value is 12 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ed0cae hue: 0.88 , saturation: 0.90 and the lightness value of ed0cae is 0.49.

The process color (four color CMYK) of #ed0cae color hex is 0.00, 0.95, 0.27, 0.07. Web safe color of #ed0cae is #ff0099. Color #ed0cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001100 10101110
Octal 355 14 256
Decimal 237 12 174
Hex ED C AE

RGB Percentages of Color #ed0cae

%56.03
%2.84
%41.13

CMYK Percentages of Color #ed0cae

%0
%95
%27
%7

Triadic Colors of #ed0cae

#ed0cae #aeed0c #0caeed

Analogous Colors of #ed0cae

#ed0cae #ed0c3d #bc0ced

Monochromatic Colors of #ed0cae

#ed0cae

Complementary Color

#ed0cae #0ced4b

#ed0cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0cae Color CSS Codes

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

#ed0cae Text Font Color

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

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


#ed0cae Background Color

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

This div background color is #ed0cae


#ed0cae Border Color

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

This div border color is #ed0cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0cae


Comments

No comments written yet.

Please login to write comment.