Color Hex Logo

#efcfcc Color Hex

#EFCFCC
(239,207,204)
0 Favorites   0 Comments

Color spaces of #efcfcc

RGB 239207204
HSL0.010.520.87
HSV15°94°
CMYK 0.000.130.15   0.06
XYZ68.808567.336066.4973
Yxy67.33600.33960.3323
Hunter Lab82.05856.07519.3945
CIE-Lab85.673310.70975.6134

#efcfcc color RGB value is (239,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 11001100
Octal 357 317 314
Decimal 239 207 204
Hex EF CF CC

RGB Percentages of Color #efcfcc

%36.77
%31.85
%31.38

CMYK Percentages of Color #efcfcc

%0
%13
%15
%6

Triadic Colors of #efcfcc

#efcfcc #ccefcf #cfccef

Analogous Colors of #efcfcc

#efcfcc #efe1cc #efccdb

Monochromatic Colors of #efcfcc

#efcfcc

Complementary Color

#efcfcc #ccecef

#efcfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfcc Color CSS Codes

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

#efcfcc Text Font Color

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

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


#efcfcc Background Color

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

This div background color is #efcfcc


#efcfcc Border Color

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

This div border color is #efcfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfcc


Comments

No comments written yet.

Please login to write comment.