Color Hex Logo

#efc9be Color Hex

#EFC9BE
(239,201,190)
0 Favorites   0 Comments

Color spaces of #efc9be

RGB 239201190
HSL0.040.600.84
HSV13°21°94°
CMYK 0.000.160.21   0.06
XYZ65.777563.841757.5710
Yxy63.84170.35140.3411
Hunter Lab79.90107.121113.2105
CIE-Lab83.883311.734010.4873

#efc9be color RGB value is (239,201,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10111110
Octal 357 311 276
Decimal 239 201 190
Hex EF C9 BE

RGB Percentages of Color #efc9be

%37.94
%31.90
%30.16

CMYK Percentages of Color #efc9be

%0
%16
%21
%6

Triadic Colors of #efc9be

#efc9be #beefc9 #c9beef

Analogous Colors of #efc9be

#efc9be #efe2be #efbecc

Monochromatic Colors of #efc9be

#efc9be

Complementary Color

#efc9be #bee4ef

#efc9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc9be Color CSS Codes

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

#efc9be Text Font Color

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

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


#efc9be Background Color

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

This div background color is #efc9be


#efc9be Border Color

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

This div border color is #efc9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc9be


Comments

No comments written yet.

Please login to write comment.