Color Hex Logo

#effedc Color Hex

#EFFEDC
(239,254,220)
0 Favorites   0 Comments

Color spaces of #effedc

RGB 239254220
HSL0.240.940.93
HSV86°13°100°
CMYK 0.060.000.13   0.00
XYZ83.956794.401781.5065
Yxy94.40170.32310.3633
Hunter Lab97.1605-15.788618.2749
CIE-Lab97.7936-10.746414.5994

#effedc color RGB value is (239,254,220).

#effedc hex color red value is 239, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #effedc hue: 0.24 , saturation: 0.94 and the lightness value of effedc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11011100
Octal 357 376 334
Decimal 239 254 220
Hex EF FE DC

RGB Percentages of Color #effedc

%33.52
%35.62
%30.86

CMYK Percentages of Color #effedc

%6
%0
%13
%0

Triadic Colors of #effedc

#effedc #dceffe #fedcef

Analogous Colors of #effedc

#effedc #defedc #fefcdc

Monochromatic Colors of #effedc

#effedc

Complementary Color

#effedc #ebdcfe

#effedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#effedc Color CSS Codes

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

#effedc Text Font Color

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

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


#effedc Background Color

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

This div background color is #effedc


#effedc Border Color

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

This div border color is #effedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effedc

Related Colors


Comments

No comments written yet.

Please login to write comment.