Color Hex Logo

#efc8bf Color Hex

#EFC8BF
(239,200,191)
0 Favorites   0 Comments

Color spaces of #efc8bf

RGB 239200191
HSL0.030.600.84
HSV11°20°94°
CMYK 0.000.160.20   0.06
XYZ65.654963.420958.0713
Yxy63.42090.35080.3389
Hunter Lab79.63727.794612.5119
CIE-Lab83.663312.40719.6410

#efc8bf color RGB value is (239,200,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001000 10111111
Octal 357 310 277
Decimal 239 200 191
Hex EF C8 BF

RGB Percentages of Color #efc8bf

%37.94
%31.75
%30.32

CMYK Percentages of Color #efc8bf

%0
%16
%20
%6

Triadic Colors of #efc8bf

#efc8bf #bfefc8 #c8bfef

Analogous Colors of #efc8bf

#efc8bf #efe0bf #efbfce

Monochromatic Colors of #efc8bf

#efc8bf

Complementary Color

#efc8bf #bfe6ef

#efc8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc8bf Color CSS Codes

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

#efc8bf Text Font Color

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

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


#efc8bf Background Color

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

This div background color is #efc8bf


#efc8bf Border Color

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

This div border color is #efc8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc8bf

#efc8bf Color Palettes


Comments

No comments written yet.

Please login to write comment.