Color Hex Logo

#effae3 Color Hex

#EFFAE3
(239,250,227)
0 Favorites   0 Comments

Color spaces of #effae3

RGB 239250227
HSL0.250.700.94
HSV89°98°
CMYK 0.040.000.09   0.02
XYZ83.647392.268086.0739
Yxy92.26800.31930.3522
Hunter Lab96.0562-12.657814.1109
CIE-Lab96.9297-7.61289.7794

#effae3 color RGB value is (239,250,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11100011
Octal 357 372 343
Decimal 239 250 227
Hex EF FA E3

RGB Percentages of Color #effae3

%33.38
%34.92
%31.70

CMYK Percentages of Color #effae3

%4
%0
%9
%2

Triadic Colors of #effae3

#effae3 #e3effa #fae3ef

Analogous Colors of #effae3

#effae3 #e4fae3 #fafae3

Monochromatic Colors of #effae3

#effae3

Complementary Color

#effae3 #eee3fa

#effae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effae3 Color CSS Codes

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

#effae3 Text Font Color

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

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


#effae3 Background Color

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

This div background color is #effae3


#effae3 Border Color

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

This div border color is #effae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effae3


Comments

No comments written yet.

Please login to write comment.