Color Hex Logo

#eefad2 Color Hex

#EEFAD2
(238,250,210)
0 Favorites   0 Comments

Color spaces of #eefad2

RGB 238250210
HSL0.220.800.90
HSV78°16°98°
CMYK 0.050.000.16   0.02
XYZ81.078491.201574.3031
Yxy91.20150.32880.3699
Hunter Lab95.4995-15.578820.7192
CIE-Lab96.4930-10.686317.8725

#eefad2 color RGB value is (238,250,210).

#eefad2 hex color red value is 238, green value is 250 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #eefad2 hue: 0.22 , saturation: 0.80 and the lightness value of eefad2 is 0.90.

The process color (four color CMYK) of #eefad2 color hex is 0.05, 0.00, 0.16, 0.02. Web safe color of #eefad2 is #ffffcc. Color #eefad2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11010010
Octal 356 372 322
Decimal 238 250 210
Hex EE FA D2

RGB Percentages of Color #eefad2

%34.10
%35.82
%30.09

CMYK Percentages of Color #eefad2

%5
%0
%16
%2

Triadic Colors of #eefad2

#eefad2 #d2eefa #fad2ee

Analogous Colors of #eefad2

#eefad2 #dafad2 #faf2d2

Monochromatic Colors of #eefad2

#eefad2

Complementary Color

#eefad2 #ded2fa

#eefad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefad2 Color CSS Codes

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

#eefad2 Text Font Color

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

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


#eefad2 Background Color

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

This div background color is #eefad2


#eefad2 Border Color

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

This div border color is #eefad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefad2


Comments

No comments written yet.

Please login to write comment.