Color Hex Logo

#e2cafc Color Hex

#E2CAFC
(226,202,252)
0 Favorites   0 Comments

Color spaces of #e2cafc

RGB 226202252
HSL0.750.890.89
HSV269°20°99°
CMYK 0.100.200.00   0.01
XYZ70.055265.4381101.0340
Yxy65.43810.29620.2767
Hunter Lab80.893813.0194-17.4258
CIE-Lab84.709017.5616-21.4377

#e2cafc color RGB value is (226,202,252).

#e2cafc hex color red value is 226, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e2cafc hue: 0.75 , saturation: 0.89 and the lightness value of e2cafc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001010 11111100
Octal 342 312 374
Decimal 226 202 252
Hex E2 CA FC

RGB Percentages of Color #e2cafc

%33.24
%29.71
%37.06

CMYK Percentages of Color #e2cafc

%10
%20
%0
%1

Triadic Colors of #e2cafc

#e2cafc #fce2ca #cafce2

Analogous Colors of #e2cafc

#e2cafc #fbcafc #cacbfc

Monochromatic Colors of #e2cafc

#e2cafc

Complementary Color

#e2cafc #e4fcca

#e2cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cafc Color CSS Codes

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

#e2cafc Text Font Color

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

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


#e2cafc Background Color

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

This div background color is #e2cafc


#e2cafc Border Color

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

This div border color is #e2cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cafc


Comments

No comments written yet.

Please login to write comment.