Color Hex Logo

#eeffca Color Hex

#EEFFCA
(238,255,202)
0 Favorites   0 Comments

Color spaces of #eeffca

RGB 238255202
HSL0.221.000.90
HSV79°21°100°
CMYK 0.070.000.21   0.00
XYZ81.680693.961469.7085
Yxy93.96140.33290.3830
Hunter Lab96.9337-19.222025.2160
CIE-Lab97.6164-14.357823.5164

#eeffca color RGB value is (238,255,202).

#eeffca hex color red value is 238, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eeffca hue: 0.22 , saturation: 1.00 and the lightness value of eeffca is 0.90.

The process color (four color CMYK) of #eeffca color hex is 0.07, 0.00, 0.21, 0.00. Web safe color of #eeffca is #ffffcc. Color #eeffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111111 11001010
Octal 356 377 312
Decimal 238 255 202
Hex EE FF CA

RGB Percentages of Color #eeffca

%34.24
%36.69
%29.06

CMYK Percentages of Color #eeffca

%7
%0
%21
%0

Triadic Colors of #eeffca

#eeffca #caeeff #ffcaee

Analogous Colors of #eeffca

#eeffca #d4ffca #fff6ca

Monochromatic Colors of #eeffca

#eeffca

Complementary Color

#eeffca #dbcaff

#eeffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeffca Color CSS Codes

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

#eeffca Text Font Color

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

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


#eeffca Background Color

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

This div background color is #eeffca


#eeffca Border Color

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

This div border color is #eeffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeffca


Comments

No comments written yet.

Please login to write comment.