Color Hex Logo

#effcd2 Color Hex

#EFFCD2
(239,252,210)
0 Favorites   0 Comments

Color spaces of #effcd2

RGB 239252210
HSL0.220.880.91
HSV79°17°99°
CMYK 0.050.000.17   0.01
XYZ82.039992.624774.5272
Yxy92.62470.32920.3717
Hunter Lab96.2417-16.263221.4565
CIE-Lab97.0751-11.328418.6993

#effcd2 color RGB value is (239,252,210).

#effcd2 hex color red value is 239, green value is 252 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #effcd2 hue: 0.22 , saturation: 0.88 and the lightness value of effcd2 is 0.91.

The process color (four color CMYK) of #effcd2 color hex is 0.05, 0.00, 0.17, 0.01. Web safe color of #effcd2 is #ffffcc. Color #effcd2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 11010010
Octal 357 374 322
Decimal 239 252 210
Hex EF FC D2

RGB Percentages of Color #effcd2

%34.09
%35.95
%29.96

CMYK Percentages of Color #effcd2

%5
%0
%17
%1

Triadic Colors of #effcd2

#effcd2 #d2effc #fcd2ef

Analogous Colors of #effcd2

#effcd2 #dafcd2 #fcf4d2

Monochromatic Colors of #effcd2

#effcd2

Complementary Color

#effcd2 #dfd2fc

#effcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcd2 Color CSS Codes

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

#effcd2 Text Font Color

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

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


#effcd2 Background Color

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

This div background color is #effcd2


#effcd2 Border Color

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

This div border color is #effcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcd2

Related Colors


Comments

No comments written yet.

Please login to write comment.