Color Hex Logo

#effae4 Color Hex

#EFFAE4
(239,250,228)
0 Favorites   0 Comments

Color spaces of #effae4

RGB 239250228
HSL0.250.690.94
HSV90°98°
CMYK 0.040.000.09   0.02
XYZ83.785892.323486.8030
Yxy92.32340.31870.3512
Hunter Lab96.0851-12.497613.6971
CIE-Lab96.9523-7.44599.2977

#effae4 color RGB value is (239,250,228).

#effae4 hex color red value is 239, green value is 250 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #effae4 hue: 0.25 , saturation: 0.69 and the lightness value of effae4 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11100100
Octal 357 372 344
Decimal 239 250 228
Hex EF FA E4

RGB Percentages of Color #effae4

%33.33
%34.87
%31.80

CMYK Percentages of Color #effae4

%4
%0
%9
%2

Triadic Colors of #effae4

#effae4 #e4effa #fae4ef

Analogous Colors of #effae4

#effae4 #e4fae4 #fafae4

Monochromatic Colors of #effae4

#effae4

Complementary Color

#effae4 #efe4fa

#effae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effae4 Color CSS Codes

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

#effae4 Text Font Color

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

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


#effae4 Background Color

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

This div background color is #effae4


#effae4 Border Color

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

This div border color is #effae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effae4


Comments

No comments written yet.

Please login to write comment.