Color Hex Logo

#efcbc2 Color Hex

#EFCBC2
(239,203,194)
0 Favorites   0 Comments

Color spaces of #efcbc2

RGB 239203194
HSL0.030.580.85
HSV12°19°94°
CMYK 0.000.150.19   0.06
XYZ66.690164.957660.0621
Yxy64.95760.34790.3388
Hunter Lab80.59636.657912.2332
CIE-Lab84.461911.27609.1851

#efcbc2 color RGB value is (239,203,194).

#efcbc2 hex color red value is 239, green value is 203 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #efcbc2 hue: 0.03 , saturation: 0.58 and the lightness value of efcbc2 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11000010
Octal 357 313 302
Decimal 239 203 194
Hex EF CB C2

RGB Percentages of Color #efcbc2

%37.58
%31.92
%30.50

CMYK Percentages of Color #efcbc2

%0
%15
%19
%6

Triadic Colors of #efcbc2

#efcbc2 #c2efcb #cbc2ef

Analogous Colors of #efcbc2

#efcbc2 #efe2c2 #efc2d0

Monochromatic Colors of #efcbc2

#efcbc2

Complementary Color

#efcbc2 #c2e6ef

#efcbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbc2 Color CSS Codes

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

#efcbc2 Text Font Color

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

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


#efcbc2 Background Color

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

This div background color is #efcbc2


#efcbc2 Border Color

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

This div border color is #efcbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbc2

#efcbc2 Color Palettes


Comments

No comments written yet.

Please login to write comment.