Color Hex Logo

#edaef6 Color Hex

#EDAEF6
(237,174,246)
0 Favorites   0 Comments

Color spaces of #edaef6

RGB 237174246
HSL0.810.800.82
HSV293°29°96°
CMYK 0.040.290.00   0.04
XYZ66.695754.930494.2762
Yxy54.93040.30890.2544
Hunter Lab74.115030.9298-23.5378
CIE-Lab79.001234.8260-26.8288

#edaef6 color RGB value is (237,174,246).

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

The process color (four color CMYK) of #edaef6 color hex is 0.04, 0.29, 0.00, 0.04. Web safe color of #edaef6 is #ff99ff. Color #edaef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11110110
Octal 355 256 366
Decimal 237 174 246
Hex ED AE F6

RGB Percentages of Color #edaef6

%36.07
%26.48
%37.44

CMYK Percentages of Color #edaef6

%4
%29
%0
%4

Triadic Colors of #edaef6

#edaef6 #f6edae #aef6ed

Analogous Colors of #edaef6

#edaef6 #f6aedb #c9aef6

Monochromatic Colors of #edaef6

#edaef6

Complementary Color

#edaef6 #b7f6ae

#edaef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaef6 Color CSS Codes

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

#edaef6 Text Font Color

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

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


#edaef6 Background Color

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

This div background color is #edaef6


#edaef6 Border Color

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

This div border color is #edaef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaef6


Comments

No comments written yet.

Please login to write comment.