Color Hex Logo

#efcdcf Color Hex

#EFCDCF
(239,205,207)
0 Favorites   0 Comments

Color spaces of #efcdcf

RGB 239205207
HSL0.990.520.87
HSV356°14°94°
CMYK 0.000.140.13   0.06
XYZ68.690466.518468.2504
Yxy66.51840.33760.3269
Hunter Lab81.55887.60827.4759
CIE-Lab85.260212.23363.4228

#efcdcf color RGB value is (239,205,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 11001111
Octal 357 315 317
Decimal 239 205 207
Hex EF CD CF

RGB Percentages of Color #efcdcf

%36.71
%31.49
%31.80

CMYK Percentages of Color #efcdcf

%0
%14
%13
%6

Triadic Colors of #efcdcf

#efcdcf #cfefcd #cdcfef

Analogous Colors of #efcdcf

#efcdcf #efdccd #efcde0

Monochromatic Colors of #efcdcf

#efcdcf

Complementary Color

#efcdcf #cdefed

#efcdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdcf Color CSS Codes

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

#efcdcf Text Font Color

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

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


#efcdcf Background Color

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

This div background color is #efcdcf


#efcdcf Border Color

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

This div border color is #efcdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdcf


Comments

No comments written yet.

Please login to write comment.