Color Hex Logo

#efccbd Color Hex

#EFCCBD
(239,204,189)
0 Favorites   0 Comments

Color spaces of #efccbd

RGB 239204189
HSL0.050.610.84
HSV18°21°94°
CMYK 0.000.150.21   0.06
XYZ66.374865.210657.2327
Yxy65.21060.35150.3454
Hunter Lab80.75315.399814.5061
CIE-Lab84.592110.013312.0269

#efccbd color RGB value is (239,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 10111101
Octal 357 314 275
Decimal 239 204 189
Hex EF CC BD

RGB Percentages of Color #efccbd

%37.82
%32.28
%29.91

CMYK Percentages of Color #efccbd

%0
%15
%21
%6

Triadic Colors of #efccbd

#efccbd #bdefcc #ccbdef

Analogous Colors of #efccbd

#efccbd #efe5bd #efbdc7

Monochromatic Colors of #efccbd

#efccbd

Complementary Color

#efccbd #bde0ef

#efccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccbd Color CSS Codes

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

#efccbd Text Font Color

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

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


#efccbd Background Color

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

This div background color is #efccbd


#efccbd Border Color

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

This div border color is #efccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccbd


Comments

No comments written yet.

Please login to write comment.