Color Hex Logo

#effada Color Hex

#EFFADA
(239,250,218)
0 Favorites   0 Comments

Color spaces of #effada

RGB 239250218
HSL0.220.760.92
HSV81°13°98°
CMYK 0.040.000.13   0.02
XYZ82.437191.783979.7008
Yxy91.78390.32470.3615
Hunter Lab95.8039-14.061617.7384
CIE-Lab96.7319-9.082014.1199

#effada color RGB value is (239,250,218).

#effada hex color red value is 239, green value is 250 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #effada hue: 0.22 , saturation: 0.76 and the lightness value of effada is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11011010
Octal 357 372 332
Decimal 239 250 218
Hex EF FA DA

RGB Percentages of Color #effada

%33.80
%35.36
%30.83

CMYK Percentages of Color #effada

%4
%0
%13
%2

Triadic Colors of #effada

#effada #daeffa #fadaef

Analogous Colors of #effada

#effada #dffada #faf5da

Monochromatic Colors of #effada

#effada

Complementary Color

#effada #e5dafa

#effada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effada Color Preview on White Background

Lorem ipsum dolor sit amet.

#effada Color CSS Codes

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

#effada Text Font Color

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

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


#effada Background Color

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

This div background color is #effada


#effada Border Color

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

This div border color is #effada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effada


Comments

No comments written yet.

Please login to write comment.