Color Hex Logo

#e7ceef Color Hex

#E7CEEF
(231,206,239)
0 Favorites   0 Comments

Color spaces of #e7ceef

RGB 231206239
HSL0.790.510.87
HSV285°14°94°
CMYK 0.030.140.00   0.06
XYZ70.606367.363590.9425
Yxy67.36350.30840.2943
Hunter Lab82.07539.9252-8.2429
CIE-Lab85.687214.5265-13.0273

#e7ceef color RGB value is (231,206,239).

#e7ceef hex color red value is 231, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e7ceef hue: 0.79 , saturation: 0.51 and the lightness value of e7ceef is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001110 11101111
Octal 347 316 357
Decimal 231 206 239
Hex E7 CE EF

RGB Percentages of Color #e7ceef

%34.17
%30.47
%35.36

CMYK Percentages of Color #e7ceef

%3
%14
%0
%6

Triadic Colors of #e7ceef

#e7ceef #efe7ce #ceefe7

Analogous Colors of #e7ceef

#e7ceef #efcee7 #d7ceef

Monochromatic Colors of #e7ceef

#e7ceef

Complementary Color

#e7ceef #d6efce

#e7ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ceef Color CSS Codes

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

#e7ceef Text Font Color

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

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


#e7ceef Background Color

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

This div background color is #e7ceef


#e7ceef Border Color

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

This div border color is #e7ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ceef


Comments

No comments written yet.

Please login to write comment.