Color Hex Logo

#efccbf Color Hex

#EFCCBF
(239,204,191)
0 Favorites   0 Comments

Color spaces of #efccbf

RGB 239204191
HSL0.050.600.84
HSV16°20°94°
CMYK 0.000.150.20   0.06
XYZ66.593465.298058.3841
Yxy65.29800.35000.3432
Hunter Lab80.80725.689713.7273
CIE-Lab84.637110.306111.0291

#efccbf color RGB value is (239,204,191).

#efccbf hex color red value is 239, green value is 204 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #efccbf hue: 0.05 , saturation: 0.60 and the lightness value of efccbf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 10111111
Octal 357 314 277
Decimal 239 204 191
Hex EF CC BF

RGB Percentages of Color #efccbf

%37.70
%32.18
%30.13

CMYK Percentages of Color #efccbf

%0
%15
%20
%6

Triadic Colors of #efccbf

#efccbf #bfefcc #ccbfef

Analogous Colors of #efccbf

#efccbf #efe4bf #efbfca

Monochromatic Colors of #efccbf

#efccbf

Complementary Color

#efccbf #bfe2ef

#efccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccbf Color CSS Codes

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

#efccbf Text Font Color

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

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


#efccbf Background Color

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

This div background color is #efccbf


#efccbf Border Color

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

This div border color is #efccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccbf


Comments

No comments written yet.

Please login to write comment.