Color Hex Logo

#efffe3 Color Hex

#EFFFE3
(239,255,227)
0 Favorites   0 Comments

Color spaces of #efffe3

RGB 239255227
HSL0.261.000.95
HSV94°11°100°
CMYK 0.060.000.11   0.00
XYZ85.221795.416886.5987
Yxy95.41680.31890.3570
Hunter Lab97.6815-15.211315.8140
CIE-Lab98.2000-10.100711.5945

#efffe3 color RGB value is (239,255,227).

#efffe3 hex color red value is 239, green value is 255 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #efffe3 hue: 0.26 , saturation: 1.00 and the lightness value of efffe3 is 0.95.

The process color (four color CMYK) of #efffe3 color hex is 0.06, 0.00, 0.11, 0.00. Web safe color of #efffe3 is #ffffcc. Color #efffe3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11100011
Octal 357 377 343
Decimal 239 255 227
Hex EF FF E3

RGB Percentages of Color #efffe3

%33.15
%35.37
%31.48

CMYK Percentages of Color #efffe3

%6
%0
%11
%0

Triadic Colors of #efffe3

#efffe3 #e3efff #ffe3ef

Analogous Colors of #efffe3

#efffe3 #e3ffe5 #fdffe3

Monochromatic Colors of #efffe3

#efffe3

Complementary Color

#efffe3 #f3e3ff

#efffe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffe3 Color CSS Codes

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

#efffe3 Text Font Color

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

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


#efffe3 Background Color

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

This div background color is #efffe3


#efffe3 Border Color

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

This div border color is #efffe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffe3

Related Colors


Comments

No comments written yet.

Please login to write comment.