Color Hex Logo

#e2cdeb Color Hex

#E2CDEB
(226,205,235)
0 Favorites   0 Comments

Color spaces of #e2cdeb

RGB 226205235
HSL0.780.430.86
HSV282°13°92°
CMYK 0.040.130.00   0.08
XYZ68.190765.829687.7096
Yxy65.82960.30750.2969
Hunter Lab81.13548.0342-7.2993
CIE-Lab84.909412.6547-12.1094

#e2cdeb color RGB value is (226,205,235).

#e2cdeb hex color red value is 226, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e2cdeb hue: 0.78 , saturation: 0.43 and the lightness value of e2cdeb is 0.86.

The process color (four color CMYK) of #e2cdeb color hex is 0.04, 0.13, 0.00, 0.08. Web safe color of #e2cdeb is #ccccff. Color #e2cdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001101 11101011
Octal 342 315 353
Decimal 226 205 235
Hex E2 CD EB

RGB Percentages of Color #e2cdeb

%33.93
%30.78
%35.29

CMYK Percentages of Color #e2cdeb

%4
%13
%0
%8

Triadic Colors of #e2cdeb

#e2cdeb #ebe2cd #cdebe2

Analogous Colors of #e2cdeb

#e2cdeb #ebcde5 #d3cdeb

Monochromatic Colors of #e2cdeb

#e2cdeb

Complementary Color

#e2cdeb #d6ebcd

#e2cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cdeb Color CSS Codes

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

#e2cdeb Text Font Color

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

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


#e2cdeb Background Color

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

This div background color is #e2cdeb


#e2cdeb Border Color

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

This div border color is #e2cdeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,205,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cdeb


Comments

No comments written yet.

Please login to write comment.