Color Hex Logo

#effcea Color Hex

#EFFCEA
(239,252,234)
0 Favorites   0 Comments

Color spaces of #effcea

RGB 239252234
HSL0.290.750.95
HSV103°99°
CMYK 0.050.000.07   0.01
XYZ85.258393.912091.4751
Yxy93.91200.31500.3470
Hunter Lab96.9082-12.547911.8698
CIE-Lab97.5965-7.43037.1391

#effcea color RGB value is (239,252,234).

#effcea hex color red value is 239, green value is 252 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #effcea hue: 0.29 , saturation: 0.75 and the lightness value of effcea is 0.95.

The process color (four color CMYK) of #effcea color hex is 0.05, 0.00, 0.07, 0.01. Web safe color of #effcea is #ffffff. Color #effcea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 11101010
Octal 357 374 352
Decimal 239 252 234
Hex EF FC EA

RGB Percentages of Color #effcea

%32.97
%34.76
%32.28

CMYK Percentages of Color #effcea

%5
%0
%7
%1

Triadic Colors of #effcea

#effcea #eaeffc #fceaef

Analogous Colors of #effcea

#effcea #eafcee #f8fcea

Monochromatic Colors of #effcea

#effcea

Complementary Color

#effcea #f7eafc

#effcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcea Color CSS Codes

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

#effcea Text Font Color

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

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


#effcea Background Color

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

This div background color is #effcea


#effcea Border Color

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

This div border color is #effcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcea


Comments

No comments written yet.

Please login to write comment.