Color Hex Logo

#effff5 Color Hex

#EFFFF5
(239,255,245)
0 Favorites   0 Comments

Color spaces of #effff5

RGB 239255245
HSL0.401.000.97
HSV143°100°
CMYK 0.060.000.04   0.00
XYZ87.838096.4633100.3759
Yxy96.46330.30860.3389
Hunter Lab98.2157-12.23838.1570
CIE-Lab98.6160-7.00952.9644

#effff5 color RGB value is (239,255,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11110101
Octal 357 377 365
Decimal 239 255 245
Hex EF FF F5

RGB Percentages of Color #effff5

%32.34
%34.51
%33.15

CMYK Percentages of Color #effff5

%6
%0
%4
%0

Triadic Colors of #effff5

#effff5 #f5efff #fff5ef

Analogous Colors of #effff5

#effff5 #effffd #f1ffef

Monochromatic Colors of #effff5

#effff5

Complementary Color

#effff5 #ffeff9

#effff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effff5 Color CSS Codes

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

#effff5 Text Font Color

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

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


#effff5 Background Color

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

This div background color is #effff5


#effff5 Border Color

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

This div border color is #effff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effff5

#effff5 Color Palettes


Comments

No comments written yet.

Please login to write comment.