Color Hex Logo

#e6cfee Color Hex

#E6CFEE
(230,207,238)
0 Favorites   0 Comments

Color spaces of #e6cfee

RGB 230207238
HSL0.790.480.87
HSV285°13°93°
CMYK 0.030.130.00   0.07
XYZ70.378667.621790.2319
Yxy67.62170.30840.2963
Hunter Lab82.23248.8625-7.4950
CIE-Lab85.816913.4799-12.3117

#e6cfee color RGB value is (230,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001111 11101110
Octal 346 317 356
Decimal 230 207 238
Hex E6 CF EE

RGB Percentages of Color #e6cfee

%34.07
%30.67
%35.26

CMYK Percentages of Color #e6cfee

%3
%13
%0
%7

Triadic Colors of #e6cfee

#e6cfee #eee6cf #cfeee6

Analogous Colors of #e6cfee

#e6cfee #eecfe7 #d7cfee

Monochromatic Colors of #e6cfee

#e6cfee

Complementary Color

#e6cfee #d7eecf

#e6cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cfee Color CSS Codes

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

#e6cfee Text Font Color

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

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


#e6cfee Background Color

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

This div background color is #e6cfee


#e6cfee Border Color

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

This div border color is #e6cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cfee


Comments

No comments written yet.

Please login to write comment.