Color Hex Logo

#e6cafe Color Hex

#E6CAFE
(230,202,254)
0 Favorites   0 Comments

Color spaces of #e6cafe

RGB 230202254
HSL0.760.960.89
HSV272°20°100°
CMYK 0.090.200.00   0.00
XYZ71.643066.2198102.7716
Yxy66.21980.29770.2752
Hunter Lab81.375514.7441-17.9162
CIE-Lab85.108419.2267-21.8610

#e6cafe color RGB value is (230,202,254).

#e6cafe hex color red value is 230, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e6cafe hue: 0.76 , saturation: 0.96 and the lightness value of e6cafe is 0.89.

The process color (four color CMYK) of #e6cafe color hex is 0.09, 0.20, 0.00, 0.00. Web safe color of #e6cafe is #ffccff. Color #e6cafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001010 11111110
Octal 346 312 376
Decimal 230 202 254
Hex E6 CA FE

RGB Percentages of Color #e6cafe

%33.53
%29.45
%37.03

CMYK Percentages of Color #e6cafe

%9
%20
%0
%0

Triadic Colors of #e6cafe

#e6cafe #fee6ca #cafee6

Analogous Colors of #e6cafe

#e6cafe #fecafc #cccafe

Monochromatic Colors of #e6cafe

#e6cafe

Complementary Color

#e6cafe #e2feca

#e6cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cafe Color CSS Codes

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

#e6cafe Text Font Color

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

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


#e6cafe Background Color

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

This div background color is #e6cafe


#e6cafe Border Color

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

This div border color is #e6cafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cafe


Comments

No comments written yet.

Please login to write comment.