Color Hex Logo

#eefccf Color Hex

#EEFCCF
(238,252,207)
0 Favorites   0 Comments

Color spaces of #eefccf

RGB 238252207
HSL0.220.880.90
HSV79°18°99°
CMYK 0.060.000.18   0.01
XYZ81.332892.302972.5610
Yxy92.30290.33040.3749
Hunter Lab96.0744-17.019122.4728
CIE-Lab96.9440-12.134920.0371

#eefccf color RGB value is (238,252,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11001111
Octal 356 374 317
Decimal 238 252 207
Hex EE FC CF

RGB Percentages of Color #eefccf

%34.15
%36.15
%29.70

CMYK Percentages of Color #eefccf

%6
%0
%18
%1

Triadic Colors of #eefccf

#eefccf #cfeefc #fccfee

Analogous Colors of #eefccf

#eefccf #d8fccf #fcf4cf

Monochromatic Colors of #eefccf

#eefccf

Complementary Color

#eefccf #ddcffc

#eefccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefccf Color CSS Codes

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

#eefccf Text Font Color

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

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


#eefccf Background Color

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

This div background color is #eefccf


#eefccf Border Color

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

This div border color is #eefccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,252,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 #eefccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefccf


Comments

No comments written yet.

Please login to write comment.