Color Hex Logo

#e4cdef Color Hex

#E4CDEF
(228,205,239)
0 Favorites   0 Comments

Color spaces of #e4cdef

RGB 228205239
HSL0.780.520.87
HSV281°14°94°
CMYK 0.050.140.00   0.06
XYZ69.406266.388690.8175
Yxy66.38860.30630.2930
Hunter Lab81.47929.4626-9.0498
CIE-Lab85.194214.0709-13.7908

#e4cdef color RGB value is (228,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001101 11101111
Octal 344 315 357
Decimal 228 205 239
Hex E4 CD EF

RGB Percentages of Color #e4cdef

%33.93
%30.51
%35.57

CMYK Percentages of Color #e4cdef

%5
%14
%0
%6

Triadic Colors of #e4cdef

#e4cdef #efe4cd #cdefe4

Analogous Colors of #e4cdef

#e4cdef #efcde9 #d3cdef

Monochromatic Colors of #e4cdef

#e4cdef

Complementary Color

#e4cdef #d8efcd

#e4cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4cdef Color CSS Codes

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

#e4cdef Text Font Color

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

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


#e4cdef Background Color

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

This div background color is #e4cdef


#e4cdef Border Color

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

This div border color is #e4cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4cdef


Comments

No comments written yet.

Please login to write comment.