Color Hex Logo

#efdfcc Color Hex

#EFDFCC
(239,223,204)
0 Favorites   0 Comments

Color spaces of #efdfcc

RGB 239223204
HSL0.090.520.87
HSV33°15°94°
CMYK 0.000.070.15   0.06
XYZ72.883475.485767.8556
Yxy75.48570.33710.3491
Hunter Lab86.8825-2.305514.5120
CIE-Lab89.62002.391311.2704

#efdfcc color RGB value is (239,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 11001100
Octal 357 337 314
Decimal 239 223 204
Hex EF DF CC

RGB Percentages of Color #efdfcc

%35.89
%33.48
%30.63

CMYK Percentages of Color #efdfcc

%0
%7
%15
%6

Triadic Colors of #efdfcc

#efdfcc #ccefdf #dfccef

Analogous Colors of #efdfcc

#efdfcc #eeefcc #efcecc

Monochromatic Colors of #efdfcc

#efdfcc

Complementary Color

#efdfcc #ccdcef

#efdfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdfcc Color CSS Codes

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

#efdfcc Text Font Color

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

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


#efdfcc Background Color

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

This div background color is #efdfcc


#efdfcc Border Color

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

This div border color is #efdfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdfcc


Comments

No comments written yet.

Please login to write comment.