Color Hex Logo

#effdd5 Color Hex

#EFFDD5
(239,253,213)
0 Favorites   0 Comments

Color spaces of #effdd5

RGB 239253213
HSL0.230.910.91
HSV81°16°99°
CMYK 0.060.000.16   0.01
XYZ82.732193.405476.6194
Yxy93.40540.32730.3695
Hunter Lab96.6465-16.330320.6486
CIE-Lab97.3919-11.358717.6113

#effdd5 color RGB value is (239,253,213).

#effdd5 hex color red value is 239, green value is 253 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #effdd5 hue: 0.23 , saturation: 0.91 and the lightness value of effdd5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 11010101
Octal 357 375 325
Decimal 239 253 213
Hex EF FD D5

RGB Percentages of Color #effdd5

%33.90
%35.89
%30.21

CMYK Percentages of Color #effdd5

%6
%0
%16
%1

Triadic Colors of #effdd5

#effdd5 #d5effd #fdd5ef

Analogous Colors of #effdd5

#effdd5 #dbfdd5 #fdf7d5

Monochromatic Colors of #effdd5

#effdd5

Complementary Color

#effdd5 #e3d5fd

#effdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effdd5 Color CSS Codes

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

#effdd5 Text Font Color

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

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


#effdd5 Background Color

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

This div background color is #effdd5


#effdd5 Border Color

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

This div border color is #effdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effdd5


Comments

No comments written yet.

Please login to write comment.