Color Hex Logo

#effdda Color Hex

#EFFDDA
(239,253,218)
0 Favorites   0 Comments

Color spaces of #effdda

RGB 239253218
HSL0.230.900.92
HSV84°14°99°
CMYK 0.060.000.14   0.01
XYZ83.376893.663280.0141
Yxy93.66320.32440.3644
Hunter Lab96.7797-15.584918.7269
CIE-Lab97.4961-10.571115.2017

#effdda color RGB value is (239,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 11011010
Octal 357 375 332
Decimal 239 253 218
Hex EF FD DA

RGB Percentages of Color #effdda

%33.66
%35.63
%30.70

CMYK Percentages of Color #effdda

%6
%0
%14
%1

Triadic Colors of #effdda

#effdda #daeffd #fddaef

Analogous Colors of #effdda

#effdda #defdda #fdfada

Monochromatic Colors of #effdda

#effdda

Complementary Color

#effdda #e8dafd

#effdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#effdda Color CSS Codes

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

#effdda Text Font Color

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

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


#effdda Background Color

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

This div background color is #effdda


#effdda Border Color

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

This div border color is #effdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effdda

Related Colors


Comments

No comments written yet.

Please login to write comment.