Color Hex Logo

#e6cbec Color Hex

#E6CBEC
(230,203,236)
0 Favorites   0 Comments

Color spaces of #e6cbec

RGB 230203236
HSL0.800.460.86
HSV289°14°93°
CMYK 0.030.140.00   0.07
XYZ69.129465.591088.3737
Yxy65.59100.30990.2940
Hunter Lab80.988310.6333-8.0049
CIE-Lab84.787415.2254-12.7883

#e6cbec color RGB value is (230,203,236).

#e6cbec hex color red value is 230, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e6cbec hue: 0.80 , saturation: 0.46 and the lightness value of e6cbec is 0.86.

The process color (four color CMYK) of #e6cbec color hex is 0.03, 0.14, 0.00, 0.07. Web safe color of #e6cbec is #ffccff. Color #e6cbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001011 11101100
Octal 346 313 354
Decimal 230 203 236
Hex E6 CB EC

RGB Percentages of Color #e6cbec

%34.38
%30.34
%35.28

CMYK Percentages of Color #e6cbec

%3
%14
%0
%7

Triadic Colors of #e6cbec

#e6cbec #ece6cb #cbece6

Analogous Colors of #e6cbec

#e6cbec #eccbe2 #d6cbec

Monochromatic Colors of #e6cbec

#e6cbec

Complementary Color

#e6cbec #d1eccb

#e6cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cbec Color CSS Codes

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

#e6cbec Text Font Color

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

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


#e6cbec Background Color

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

This div background color is #e6cbec


#e6cbec Border Color

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

This div border color is #e6cbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cbec


Comments

No comments written yet.

Please login to write comment.