Color Hex Logo

#e6feca Color Hex

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

Color spaces of #e6feca

RGB 230254202
HSL0.240.960.89
HSV88°20°100°
CMYK 0.090.000.20   0.00
XYZ78.735691.970969.4795
Yxy91.97090.32780.3829
Hunter Lab95.9015-21.278124.1761
CIE-Lab96.8084-16.658122.3122

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

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

The process color (four color CMYK) of #e6feca color hex is 0.09, 0.00, 0.20, 0.00. Web safe color of #e6feca is #ffffcc. Color #e6feca contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #e6feca

%33.53
%37.03
%29.45

CMYK Percentages of Color #e6feca

%9
%0
%20
%0

Triadic Colors of #e6feca

#e6feca #cae6fe #fecae6

Analogous Colors of #e6feca

#e6feca #ccfeca #fefcca

Monochromatic Colors of #e6feca

#e6feca

Complementary Color

#e6feca #e2cafe

#e6feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6feca Color CSS Codes

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

#e6feca Text Font Color

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

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


#e6feca Background Color

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

This div background color is #e6feca


#e6feca Border Color

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

This div border color is #e6feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6feca

Related Colors


Comments

No comments written yet.

Please login to write comment.