Color Hex Logo

#e1cdef Color Hex

#E1CDEF
(225,205,239)
0 Favorites   0 Comments

Color spaces of #e1cdef

RGB 225205239
HSL0.760.520.87
HSV275°14°94°
CMYK 0.060.140.00   0.06
XYZ68.462665.902290.7734
Yxy65.90220.30410.2927
Hunter Lab81.18028.4711-9.4703
CIE-Lab84.946513.0890-14.1875

#e1cdef color RGB value is (225,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001101 11101111
Octal 341 315 357
Decimal 225 205 239
Hex E1 CD EF

RGB Percentages of Color #e1cdef

%33.63
%30.64
%35.72

CMYK Percentages of Color #e1cdef

%6
%14
%0
%6

Triadic Colors of #e1cdef

#e1cdef #efe1cd #cdefe1

Analogous Colors of #e1cdef

#e1cdef #efcdec #d0cdef

Monochromatic Colors of #e1cdef

#e1cdef

Complementary Color

#e1cdef #dbefcd

#e1cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cdef Color CSS Codes

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

#e1cdef Text Font Color

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

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


#e1cdef Background Color

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

This div background color is #e1cdef


#e1cdef Border Color

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

This div border color is #e1cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cdef


Comments

No comments written yet.

Please login to write comment.