Color Hex Logo

#effffd Color Hex

#EFFFFD
(239,255,253)
1 Favorites   0 Comments

Color spaces of #effffd

RGB 239255253
HSL0.481.000.97
HSV173°100°
CMYK 0.060.000.01   0.00
XYZ89.086296.9626106.9488
Yxy96.96260.30410.3309
Hunter Lab98.4696-10.83144.5333
CIE-Lab98.8134-5.5644-0.8544

#effffd color RGB value is (239,255,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11111101
Octal 357 377 375
Decimal 239 255 253
Hex EF FF FD

RGB Percentages of Color #effffd

%31.99
%34.14
%33.87

CMYK Percentages of Color #effffd

%6
%0
%1
%0

Triadic Colors of #effffd

#effffd #fdefff #fffdef

Analogous Colors of #effffd

#effffd #eff9ff #effff5

Monochromatic Colors of #effffd

#effffd

Complementary Color

#effffd #ffeff1

#effffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#effffd Color CSS Codes

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

#effffd Text Font Color

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

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


#effffd Background Color

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

This div background color is #effffd


#effffd Border Color

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

This div border color is #effffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effffd


Comments

No comments written yet.

Please login to write comment.