Color Hex Logo

#e4cbed Color Hex

#E4CBED
(228,203,237)
0 Favorites   0 Comments

Color spaces of #e4cbed

RGB 228203237
HSL0.790.490.86
HSV284°14°93°
CMYK 0.040.140.00   0.07
XYZ68.636965.320389.1113
Yxy65.32030.30770.2928
Hunter Lab80.821010.1537-8.7971
CIE-Lab84.648514.7535-13.5453

#e4cbed color RGB value is (228,203,237).

#e4cbed hex color red value is 228, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e4cbed hue: 0.79 , saturation: 0.49 and the lightness value of e4cbed is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001011 11101101
Octal 344 313 355
Decimal 228 203 237
Hex E4 CB ED

RGB Percentages of Color #e4cbed

%34.13
%30.39
%35.48

CMYK Percentages of Color #e4cbed

%4
%14
%0
%7

Triadic Colors of #e4cbed

#e4cbed #ede4cb #cbede4

Analogous Colors of #e4cbed

#e4cbed #edcbe5 #d3cbed

Monochromatic Colors of #e4cbed

#e4cbed

Complementary Color

#e4cbed #d4edcb

#e4cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4cbed Color CSS Codes

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

#e4cbed Text Font Color

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

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


#e4cbed Background Color

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

This div background color is #e4cbed


#e4cbed Border Color

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

This div border color is #e4cbed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,203,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4cbed


Comments

No comments written yet.

Please login to write comment.