Color Hex Logo

#edaecc Color Hex

#EDAECC
(237,174,204)
0 Favorites   0 Comments

Color spaces of #edaecc

RGB 237174204
HSL0.920.640.81
HSV331°27°93°
CMYK 0.000.270.14   0.07
XYZ60.960252.636364.0736
Yxy52.63630.34310.2963
Hunter Lab72.550923.0189-1.5766
CIE-Lab77.659827.4880-6.1160

#edaecc color RGB value is (237,174,204).

#edaecc hex color red value is 237, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #edaecc hue: 0.92 , saturation: 0.64 and the lightness value of edaecc is 0.81.

The process color (four color CMYK) of #edaecc color hex is 0.00, 0.27, 0.14, 0.07. Web safe color of #edaecc is #ff99cc. Color #edaecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11001100
Octal 355 256 314
Decimal 237 174 204
Hex ED AE CC

RGB Percentages of Color #edaecc

%38.54
%28.29
%33.17

CMYK Percentages of Color #edaecc

%0
%27
%14
%7

Triadic Colors of #edaecc

#edaecc #ccedae #aecced

Analogous Colors of #edaecc

#edaecc #edb0ae #edaeec

Monochromatic Colors of #edaecc

#edaecc

Complementary Color

#edaecc #aeedcf

#edaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaecc Color CSS Codes

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

#edaecc Text Font Color

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

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


#edaecc Background Color

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

This div background color is #edaecc


#edaecc Border Color

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

This div border color is #edaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaecc


Comments

No comments written yet.

Please login to write comment.