Color Hex Logo

#e3cae3 Color Hex

#E3CAE3
(227,202,227)
0 Favorites   0 Comments

Color spaces of #e3cae3

RGB 227202227
HSL0.830.310.84
HSV300°11°89°
CMYK 0.000.110.00   0.11
XYZ66.664264.118081.5355
Yxy64.11800.31400.3020
Hunter Lab80.07378.4786-4.3208
CIE-Lab84.027213.0923-9.1574

#e3cae3 color RGB value is (227,202,227).

#e3cae3 hex color red value is 227, green value is 202 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #e3cae3 hue: 0.83 , saturation: 0.31 and the lightness value of e3cae3 is 0.84.

The process color (four color CMYK) of #e3cae3 color hex is 0.00, 0.11, 0.00, 0.11. Web safe color of #e3cae3 is #cccccc. Color #e3cae3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001010 11100011
Octal 343 312 343
Decimal 227 202 227
Hex E3 CA E3

RGB Percentages of Color #e3cae3

%34.60
%30.79
%34.60

CMYK Percentages of Color #e3cae3

%0
%11
%0
%11

Triadic Colors of #e3cae3

#e3cae3 #e3e3ca #cae3e3

Analogous Colors of #e3cae3

#e3cae3 #e3cad7 #d7cae3

Monochromatic Colors of #e3cae3

#e3cae3

Complementary Color

#e3cae3 #cae3ca

#e3cae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3cae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3cae3 Color CSS Codes

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

#e3cae3 Text Font Color

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

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


#e3cae3 Background Color

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

This div background color is #e3cae3


#e3cae3 Border Color

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

This div border color is #e3cae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3cae3


Comments

No comments written yet.

Please login to write comment.