Color Hex Logo

#e6caef Color Hex

#E6CAEF
(230,202,239)
0 Favorites   0 Comments

Color spaces of #e6caef

RGB 230202239
HSL0.790.540.86
HSV285°15°94°
CMYK 0.040.150.00   0.06
XYZ69.333665.296090.6105
Yxy65.29600.30780.2899
Hunter Lab80.805911.7473-9.9198
CIE-Lab84.636016.3200-14.6101

#e6caef color RGB value is (230,202,239).

#e6caef hex color red value is 230, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e6caef hue: 0.79 , saturation: 0.54 and the lightness value of e6caef is 0.86.

The process color (four color CMYK) of #e6caef color hex is 0.04, 0.15, 0.00, 0.06. Web safe color of #e6caef is #ffccff. Color #e6caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001010 11101111
Octal 346 312 357
Decimal 230 202 239
Hex E6 CA EF

RGB Percentages of Color #e6caef

%34.28
%30.10
%35.62

CMYK Percentages of Color #e6caef

%4
%15
%0
%6

Triadic Colors of #e6caef

#e6caef #efe6ca #caefe6

Analogous Colors of #e6caef

#e6caef #efcae6 #d4caef

Monochromatic Colors of #e6caef

#e6caef

Complementary Color

#e6caef #d3efca

#e6caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6caef Color CSS Codes

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

#e6caef Text Font Color

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

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


#e6caef Background Color

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

This div background color is #e6caef


#e6caef Border Color

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

This div border color is #e6caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6caef


Comments

No comments written yet.

Please login to write comment.