Color Hex Logo

#efcecf Color Hex

#EFCECF
(239,206,207)
0 Favorites   0 Comments

Color spaces of #efcecf

RGB 239206207
HSL0.990.510.87
HSV358°14°94°
CMYK 0.000.140.13   0.06
XYZ68.930466.998368.3304
Yxy66.99830.33750.3280
Hunter Lab81.85257.07837.8015
CIE-Lab85.503111.70853.7748

#efcecf color RGB value is (239,206,207).

#efcecf hex color red value is 239, green value is 206 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #efcecf hue: 0.99 , saturation: 0.51 and the lightness value of efcecf is 0.87.

The process color (four color CMYK) of #efcecf color hex is 0.00, 0.14, 0.13, 0.06. Web safe color of #efcecf is #ffcccc. Color #efcecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11001111
Octal 357 316 317
Decimal 239 206 207
Hex EF CE CF

RGB Percentages of Color #efcecf

%36.66
%31.60
%31.75

CMYK Percentages of Color #efcecf

%0
%14
%13
%6

Triadic Colors of #efcecf

#efcecf #cfefce #cecfef

Analogous Colors of #efcecf

#efcecf #efdece #efcee0

Monochromatic Colors of #efcecf

#efcecf

Complementary Color

#efcecf #ceefee

#efcecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcecf Color CSS Codes

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

#efcecf Text Font Color

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

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


#efcecf Background Color

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

This div background color is #efcecf


#efcecf Border Color

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

This div border color is #efcecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcecf


Comments

No comments written yet.

Please login to write comment.