Color Hex Logo

#e3cefc Color Hex

#E3CEFC
(227,206,252)
0 Favorites   0 Comments

Color spaces of #e3cefc

RGB 227206252
HSL0.740.880.90
HSV267°18°99°
CMYK 0.100.180.00   0.01
XYZ71.320567.5018101.3656
Yxy67.50180.29690.2810
Hunter Lab82.159511.1721-15.6384
CIE-Lab85.756715.7485-19.8445

#e3cefc color RGB value is (227,206,252).

#e3cefc hex color red value is 227, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e3cefc hue: 0.74 , saturation: 0.88 and the lightness value of e3cefc is 0.90.

The process color (four color CMYK) of #e3cefc color hex is 0.10, 0.18, 0.00, 0.01. Web safe color of #e3cefc is #ccccff. Color #e3cefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001110 11111100
Octal 343 316 374
Decimal 227 206 252
Hex E3 CE FC

RGB Percentages of Color #e3cefc

%33.14
%30.07
%36.79

CMYK Percentages of Color #e3cefc

%10
%18
%0
%1

Triadic Colors of #e3cefc

#e3cefc #fce3ce #cefce3

Analogous Colors of #e3cefc

#e3cefc #facefc #ced0fc

Monochromatic Colors of #e3cefc

#e3cefc

Complementary Color

#e3cefc #e7fcce

#e3cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cefc Color CSS Codes

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

#e3cefc Text Font Color

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

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


#e3cefc Background Color

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

This div background color is #e3cefc


#e3cefc Border Color

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

This div border color is #e3cefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,206,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cefc


Comments

No comments written yet.

Please login to write comment.