Color Hex Logo

#eefde5 Color Hex

#EEFDE5
(238,253,229)
2 Favorites   0 Comments

Color spaces of #eefde5

RGB 238253229
HSL0.270.860.95
HSV98°99°
CMYK 0.060.000.09   0.01
XYZ84.528094.084887.8338
Yxy94.08480.31720.3531
Hunter Lab96.9973-14.192114.2094
CIE-Lab97.6661-9.11129.7972

#eefde5 color RGB value is (238,253,229).

#eefde5 hex color red value is 238, green value is 253 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #eefde5 hue: 0.27 , saturation: 0.86 and the lightness value of eefde5 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 11100101
Octal 356 375 345
Decimal 238 253 229
Hex EE FD E5

RGB Percentages of Color #eefde5

%33.06
%35.14
%31.81

CMYK Percentages of Color #eefde5

%6
%0
%9
%1

Triadic Colors of #eefde5

#eefde5 #e5eefd #fde5ee

Analogous Colors of #eefde5

#eefde5 #e5fde8 #fafde5

Monochromatic Colors of #eefde5

#eefde5

Complementary Color

#eefde5 #f4e5fd

#eefde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefde5 Color CSS Codes

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

#eefde5 Text Font Color

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

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


#eefde5 Background Color

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

This div background color is #eefde5


#eefde5 Border Color

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

This div border color is #eefde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefde5


Comments

No comments written yet.

Please login to write comment.