Color Hex Logo

#edc6ef Color Hex

#EDC6EF
(237,198,239)
0 Favorites   0 Comments

Color spaces of #edc6ef

RGB 237198239
HSL0.830.560.86
HSV297°17°94°
CMYK 0.010.170.00   0.06
XYZ70.699164.624790.4089
Yxy64.62470.31320.2863
Hunter Lab80.389516.3015-10.4070
CIE-Lab84.290020.7472-15.0671

#edc6ef color RGB value is (237,198,239).

#edc6ef hex color red value is 237, green value is 198 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #edc6ef hue: 0.83 , saturation: 0.56 and the lightness value of edc6ef is 0.86.

The process color (four color CMYK) of #edc6ef color hex is 0.01, 0.17, 0.00, 0.06. Web safe color of #edc6ef is #ffccff. Color #edc6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 11101111
Octal 355 306 357
Decimal 237 198 239
Hex ED C6 EF

RGB Percentages of Color #edc6ef

%35.16
%29.38
%35.46

CMYK Percentages of Color #edc6ef

%1
%17
%0
%6

Triadic Colors of #edc6ef

#edc6ef #efedc6 #c6efed

Analogous Colors of #edc6ef

#edc6ef #efc6dd #d9c6ef

Monochromatic Colors of #edc6ef

#edc6ef

Complementary Color

#edc6ef #c8efc6

#edc6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc6ef Color CSS Codes

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

#edc6ef Text Font Color

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

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


#edc6ef Background Color

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

This div background color is #edc6ef


#edc6ef Border Color

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

This div border color is #edc6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc6ef

#edc6ef Color Palettes


Comments

No comments written yet.

Please login to write comment.