Color Hex Logo

#eefdc3 Color Hex

#EEFDC3
(238,253,195)
0 Favorites   0 Comments

Color spaces of #eefdc3

RGB 238253195
HSL0.210.940.88
HSV76°23°99°
CMYK 0.060.000.23   0.01
XYZ80.235592.367865.2297
Yxy92.36780.33740.3884
Hunter Lab96.1082-19.169327.0349
CIE-Lab96.9704-14.393526.1763

#eefdc3 color RGB value is (238,253,195).

#eefdc3 hex color red value is 238, green value is 253 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #eefdc3 hue: 0.21 , saturation: 0.94 and the lightness value of eefdc3 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 11000011
Octal 356 375 303
Decimal 238 253 195
Hex EE FD C3

RGB Percentages of Color #eefdc3

%34.69
%36.88
%28.43

CMYK Percentages of Color #eefdc3

%6
%0
%23
%1

Triadic Colors of #eefdc3

#eefdc3 #c3eefd #fdc3ee

Analogous Colors of #eefdc3

#eefdc3 #d1fdc3 #fdefc3

Monochromatic Colors of #eefdc3

#eefdc3

Complementary Color

#eefdc3 #d2c3fd

#eefdc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefdc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefdc3 Color CSS Codes

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

#eefdc3 Text Font Color

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

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


#eefdc3 Background Color

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

This div background color is #eefdc3


#eefdc3 Border Color

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

This div border color is #eefdc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefdc3

Related Colors


Comments

No comments written yet.

Please login to write comment.