Color Hex Logo

#effdcf Color Hex

#EFFDCF
(239,253,207)
0 Favorites   0 Comments

Color spaces of #effdcf

RGB 239253207
HSL0.220.920.90
HSV78°18°99°
CMYK 0.060.000.18   0.01
XYZ81.984493.106372.6818
Yxy93.10630.33090.3758
Hunter Lab96.4916-17.197222.8842
CIE-Lab97.2707-12.279020.5036

#effdcf color RGB value is (239,253,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 11001111
Octal 357 375 317
Decimal 239 253 207
Hex EF FD CF

RGB Percentages of Color #effdcf

%34.19
%36.19
%29.61

CMYK Percentages of Color #effdcf

%6
%0
%18
%1

Triadic Colors of #effdcf

#effdcf #cfeffd #fdcfef

Analogous Colors of #effdcf

#effdcf #d8fdcf #fdf4cf

Monochromatic Colors of #effdcf

#effdcf

Complementary Color

#effdcf #ddcffd

#effdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#effdcf Color CSS Codes

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

#effdcf Text Font Color

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

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


#effdcf Background Color

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

This div background color is #effdcf


#effdcf Border Color

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

This div border color is #effdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effdcf


Comments

No comments written yet.

Please login to write comment.