Color Hex Logo

#edaede Color Hex

#EDAEDE
(237,174,222)
0 Favorites   0 Comments

Color spaces of #edaede

RGB 237174222
HSL0.870.640.81
HSV314°27°93°
CMYK 0.000.270.06   0.07
XYZ63.245953.550676.1101
Yxy53.55060.32790.2776
Hunter Lab73.178326.2105-10.4406
CIE-Lab78.199030.4872-15.0849

#edaede color RGB value is (237,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11011110
Octal 355 256 336
Decimal 237 174 222
Hex ED AE DE

RGB Percentages of Color #edaede

%37.44
%27.49
%35.07

CMYK Percentages of Color #edaede

%0
%27
%6
%7

Triadic Colors of #edaede

#edaede #deedae #aedeed

Analogous Colors of #edaede

#edaede #edaebf #ddaeed

Monochromatic Colors of #edaede

#edaede

Complementary Color

#edaede #aeedbd

#edaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaede Color CSS Codes

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

#edaede Text Font Color

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

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


#edaede Background Color

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

This div background color is #edaede


#edaede Border Color

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

This div border color is #edaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaede


Comments

No comments written yet.

Please login to write comment.