Color Hex Logo

#e6cdef Color Hex

#E6CDEF
(230,205,239)
0 Favorites   0 Comments

Color spaces of #e6cdef

RGB 230205239
HSL0.790.520.87
HSV284°14°94°
CMYK 0.040.140.00   0.06
XYZ70.044466.717690.8474
Yxy66.71760.30770.2931
Hunter Lab81.680810.1290-8.7672
CIE-Lab85.361114.7274-13.5237

#e6cdef color RGB value is (230,205,239).

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

The process color (four color CMYK) of #e6cdef color hex is 0.04, 0.14, 0.00, 0.06. Web safe color of #e6cdef is #ffccff. Color #e6cdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001101 11101111
Octal 346 315 357
Decimal 230 205 239
Hex E6 CD EF

RGB Percentages of Color #e6cdef

%34.12
%30.42
%35.46

CMYK Percentages of Color #e6cdef

%4
%14
%0
%6

Triadic Colors of #e6cdef

#e6cdef #efe6cd #cdefe6

Analogous Colors of #e6cdef

#e6cdef #efcde7 #d5cdef

Monochromatic Colors of #e6cdef

#e6cdef

Complementary Color

#e6cdef #d6efcd

#e6cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cdef Color CSS Codes

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

#e6cdef Text Font Color

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

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


#e6cdef Background Color

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

This div background color is #e6cdef


#e6cdef Border Color

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

This div border color is #e6cdef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,205,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 #e6cdef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cdef

#e6cdef Color Palettes


Comments

No comments written yet.

Please login to write comment.