Color Hex Logo

#e6cfed Color Hex

#E6CFED
(230,207,237)
0 Favorites   0 Comments

Color spaces of #e6cfed

RGB 230207237
HSL0.790.450.87
HSV286°13°93°
CMYK 0.030.130.00   0.07
XYZ70.232067.563189.4601
Yxy67.56310.30900.2973
Hunter Lab82.19688.6727-6.9914
CIE-Lab85.787513.2924-11.8253

#e6cfed color RGB value is (230,207,237).

#e6cfed hex color red value is 230, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e6cfed hue: 0.79 , saturation: 0.45 and the lightness value of e6cfed is 0.87.

The process color (four color CMYK) of #e6cfed color hex is 0.03, 0.13, 0.00, 0.07. Web safe color of #e6cfed is #ffccff. Color #e6cfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001111 11101101
Octal 346 317 355
Decimal 230 207 237
Hex E6 CF ED

RGB Percentages of Color #e6cfed

%34.12
%30.71
%35.16

CMYK Percentages of Color #e6cfed

%3
%13
%0
%7

Triadic Colors of #e6cfed

#e6cfed #ede6cf #cfede6

Analogous Colors of #e6cfed

#e6cfed #edcfe5 #d7cfed

Monochromatic Colors of #e6cfed

#e6cfed

Complementary Color

#e6cfed #d6edcf

#e6cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cfed Color CSS Codes

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

#e6cfed Text Font Color

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

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


#e6cfed Background Color

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

This div background color is #e6cfed


#e6cfed Border Color

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

This div border color is #e6cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cfed


Comments

No comments written yet.

Please login to write comment.