Color Hex Logo

#efcbbf Color Hex

#EFCBBF
(239,203,191)
0 Favorites   0 Comments

Color spaces of #efcbbf

RGB 239203191
HSL0.040.600.84
HSV15°20°94°
CMYK 0.000.150.20   0.06
XYZ66.356564.824258.3052
Yxy64.82420.35020.3421
Hunter Lab80.51356.215113.4236
CIE-Lab84.393110.830610.6816

#efcbbf color RGB value is (239,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 10111111
Octal 357 313 277
Decimal 239 203 191
Hex EF CB BF

RGB Percentages of Color #efcbbf

%37.76
%32.07
%30.17

CMYK Percentages of Color #efcbbf

%0
%15
%20
%6

Triadic Colors of #efcbbf

#efcbbf #bfefcb #cbbfef

Analogous Colors of #efcbbf

#efcbbf #efe3bf #efbfcb

Monochromatic Colors of #efcbbf

#efcbbf

Complementary Color

#efcbbf #bfe3ef

#efcbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbbf Color CSS Codes

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

#efcbbf Text Font Color

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

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


#efcbbf Background Color

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

This div background color is #efcbbf


#efcbbf Border Color

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

This div border color is #efcbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbbf


Comments

No comments written yet.

Please login to write comment.