Color Hex Logo

#effdce Color Hex

#EFFDCE
(239,253,206)
0 Favorites   0 Comments

Color spaces of #effdce

RGB 239253206
HSL0.220.920.90
HSV78°19°99°
CMYK 0.060.000.19   0.01
XYZ81.862593.057572.0398
Yxy93.05750.33150.3768
Hunter Lab96.4663-17.338823.2494
CIE-Lab97.2509-12.429720.9856

#effdce color RGB value is (239,253,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 11001110
Octal 357 375 316
Decimal 239 253 206
Hex EF FD CE

RGB Percentages of Color #effdce

%34.24
%36.25
%29.51

CMYK Percentages of Color #effdce

%6
%0
%19
%1

Triadic Colors of #effdce

#effdce #ceeffd #fdceef

Analogous Colors of #effdce

#effdce #d8fdce #fdf4ce

Monochromatic Colors of #effdce

#effdce

Complementary Color

#effdce #dccefd

#effdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#effdce Color CSS Codes

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

#effdce Text Font Color

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

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


#effdce Background Color

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

This div background color is #effdce


#effdce Border Color

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

This div border color is #effdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effdce


Comments

No comments written yet.

Please login to write comment.