Color Hex Logo

#eefcae Color Hex

#EEFCAE
(238,252,174)
0 Favorites   0 Comments

Color spaces of #eefcae

RGB 238252174
HSL0.200.930.84
HSV71°31°99°
CMYK 0.060.000.31   0.01
XYZ77.710390.853953.4852
Yxy90.85390.35000.4092
Hunter Lab95.3173-21.277833.4528
CIE-Lab96.3499-16.728835.9015

#eefcae color RGB value is (238,252,174).

#eefcae hex color red value is 238, green value is 252 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eefcae hue: 0.20 , saturation: 0.93 and the lightness value of eefcae is 0.84.

The process color (four color CMYK) of #eefcae color hex is 0.06, 0.00, 0.31, 0.01. Web safe color of #eefcae is #ffff99. Color #eefcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 10101110
Octal 356 374 256
Decimal 238 252 174
Hex EE FC AE

RGB Percentages of Color #eefcae

%35.84
%37.95
%26.20

CMYK Percentages of Color #eefcae

%6
%0
%31
%1

Triadic Colors of #eefcae

#eefcae #aeeefc #fcaeee

Analogous Colors of #eefcae

#eefcae #c7fcae #fce3ae

Monochromatic Colors of #eefcae

#eefcae

Complementary Color

#eefcae #bcaefc

#eefcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcae Color CSS Codes

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

#eefcae Text Font Color

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

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


#eefcae Background Color

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

This div background color is #eefcae


#eefcae Border Color

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

This div border color is #eefcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcae


Comments

No comments written yet.

Please login to write comment.