Color Hex Logo

#effeea Color Hex

#EFFEEA
(239,254,234)
0 Favorites   0 Comments

Color spaces of #effeea

RGB 239254234
HSL0.290.910.96
HSV105°100°
CMYK 0.060.000.08   0.00
XYZ85.889795.174991.6856
Yxy95.17490.31490.3489
Hunter Lab97.5576-13.574512.5690
CIE-Lab98.1035-8.42797.8685

#effeea color RGB value is (239,254,234).

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

The process color (four color CMYK) of #effeea color hex is 0.06, 0.00, 0.08, 0.00. Web safe color of #effeea is #ffffff. Color #effeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11101010
Octal 357 376 352
Decimal 239 254 234
Hex EF FE EA

RGB Percentages of Color #effeea

%32.87
%34.94
%32.19

CMYK Percentages of Color #effeea

%6
%0
%8
%0

Triadic Colors of #effeea

#effeea #eaeffe #feeaef

Analogous Colors of #effeea

#effeea #eafeef #f9feea

Monochromatic Colors of #effeea

#effeea

Complementary Color

#effeea #f9eafe

#effeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#effeea Color CSS Codes

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

#effeea Text Font Color

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

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


#effeea Background Color

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

This div background color is #effeea


#effeea Border Color

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

This div border color is #effeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effeea


Comments

No comments written yet.

Please login to write comment.