Color Hex Logo

#efc1be Color Hex

#EFC1BE
(239,193,190)
0 Favorites   0 Comments

Color spaces of #efc1be

RGB 239193190
HSL0.010.600.84
HSV21°94°
CMYK 0.000.190.21   0.06
XYZ63.960860.208456.9655
Yxy60.20840.35310.3324
Hunter Lab77.594111.347910.7882
CIE-Lab81.951315.95177.7253

#efc1be color RGB value is (239,193,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 10111110
Octal 357 301 276
Decimal 239 193 190
Hex EF C1 BE

RGB Percentages of Color #efc1be

%38.42
%31.03
%30.55

CMYK Percentages of Color #efc1be

%0
%19
%21
%6

Triadic Colors of #efc1be

#efc1be #beefc1 #c1beef

Analogous Colors of #efc1be

#efc1be #efdabe #efbed4

Monochromatic Colors of #efc1be

#efc1be

Complementary Color

#efc1be #beecef

#efc1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc1be Color CSS Codes

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

#efc1be Text Font Color

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

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


#efc1be Background Color

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

This div background color is #efc1be


#efc1be Border Color

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

This div border color is #efc1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc1be


Comments

No comments written yet.

Please login to write comment.