Color Hex Logo

#efccbb Color Hex

#EFCCBB
(239,204,187)
0 Favorites   0 Comments

Color spaces of #efccbb

RGB 239204187
HSL0.050.620.84
HSV20°22°94°
CMYK 0.000.150.22   0.06
XYZ66.159165.124356.0970
Yxy65.12430.35310.3476
Hunter Lab80.69965.113415.2753
CIE-Lab84.54779.723613.0251

#efccbb color RGB value is (239,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 10111011
Octal 357 314 273
Decimal 239 204 187
Hex EF CC BB

RGB Percentages of Color #efccbb

%37.94
%32.38
%29.68

CMYK Percentages of Color #efccbb

%0
%15
%22
%6

Triadic Colors of #efccbb

#efccbb #bbefcc #ccbbef

Analogous Colors of #efccbb

#efccbb #efe6bb #efbbc4

Monochromatic Colors of #efccbb

#efccbb

Complementary Color

#efccbb #bbdeef

#efccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccbb Color CSS Codes

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

#efccbb Text Font Color

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

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


#efccbb Background Color

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

This div background color is #efccbb


#efccbb Border Color

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

This div border color is #efccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccbb


Comments

No comments written yet.

Please login to write comment.