Color Hex Logo

#effad4 Color Hex

#EFFAD4
(239,250,212)
0 Favorites   0 Comments

Color spaces of #effad4

RGB 239250212
HSL0.210.790.91
HSV77°15°98°
CMYK 0.040.000.15   0.02
XYZ81.665991.475475.6396
Yxy91.47540.32830.3677
Hunter Lab95.6428-14.960220.0601
CIE-Lab96.6055-10.028617.0170

#effad4 color RGB value is (239,250,212).

#effad4 hex color red value is 239, green value is 250 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #effad4 hue: 0.21 , saturation: 0.79 and the lightness value of effad4 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11010100
Octal 357 372 324
Decimal 239 250 212
Hex EF FA D4

RGB Percentages of Color #effad4

%34.09
%35.66
%30.24

CMYK Percentages of Color #effad4

%4
%0
%15
%2

Triadic Colors of #effad4

#effad4 #d4effa #fad4ef

Analogous Colors of #effad4

#effad4 #dcfad4 #faf2d4

Monochromatic Colors of #effad4

#effad4

Complementary Color

#effad4 #dfd4fa

#effad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effad4 Color CSS Codes

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

#effad4 Text Font Color

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

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


#effad4 Background Color

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

This div background color is #effad4


#effad4 Border Color

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

This div border color is #effad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effad4


Comments

No comments written yet.

Please login to write comment.