Color Hex Logo

#effdec Color Hex

#EFFDEC
(239,253,236)
0 Favorites   0 Comments

Color spaces of #effdec

RGB 239253236
HSL0.300.810.96
HSV109°99°
CMYK 0.060.000.07   0.01
XYZ85.862294.657493.1022
Yxy94.65740.31380.3459
Hunter Lab97.2920-12.731211.3677
CIE-Lab97.8963-7.58656.5436

#effdec color RGB value is (239,253,236).

#effdec hex color red value is 239, green value is 253 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #effdec hue: 0.30 , saturation: 0.81 and the lightness value of effdec is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 11101100
Octal 357 375 354
Decimal 239 253 236
Hex EF FD EC

RGB Percentages of Color #effdec

%32.83
%34.75
%32.42

CMYK Percentages of Color #effdec

%6
%0
%7
%1

Triadic Colors of #effdec

#effdec #eceffd #fdecef

Analogous Colors of #effdec

#effdec #ecfdf2 #f8fdec

Monochromatic Colors of #effdec

#effdec

Complementary Color

#effdec #faecfd

#effdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#effdec Color CSS Codes

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

#effdec Text Font Color

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

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


#effdec Background Color

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

This div background color is #effdec


#effdec Border Color

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

This div border color is #effdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effdec

Related Colors

#effdec Color Palettes


Comments

No comments written yet.

Please login to write comment.