Color Hex Logo

#efcbbc Color Hex

#EFCBBC
(239,203,188)
0 Favorites   0 Comments

Color spaces of #efcbbc

RGB 239203188
HSL0.050.610.84
HSV18°21°94°
CMYK 0.000.150.21   0.06
XYZ66.029664.693456.5839
Yxy64.69340.35250.3454
Hunter Lab80.43225.780514.5921
CIE-Lab84.325510.392212.1794

#efcbbc color RGB value is (239,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 10111100
Octal 357 313 274
Decimal 239 203 188
Hex EF CB BC

RGB Percentages of Color #efcbbc

%37.94
%32.22
%29.84

CMYK Percentages of Color #efcbbc

%0
%15
%21
%6

Triadic Colors of #efcbbc

#efcbbc #bcefcb #cbbcef

Analogous Colors of #efcbbc

#efcbbc #efe5bc #efbcc7

Monochromatic Colors of #efcbbc

#efcbbc

Complementary Color

#efcbbc #bce0ef

#efcbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbbc Color CSS Codes

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

#efcbbc Text Font Color

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

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


#efcbbc Background Color

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

This div background color is #efcbbc


#efcbbc Border Color

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

This div border color is #efcbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbbc


Comments

No comments written yet.

Please login to write comment.