Color Hex Logo

#efc8be Color Hex

#EFC8BE
(239,200,190)
0 Favorites   0 Comments

Color spaces of #efc8be

RGB 239200190
HSL0.030.600.84
HSV12°21°94°
CMYK 0.000.160.21   0.06
XYZ65.545163.377057.4936
Yxy63.37700.35160.3400
Hunter Lab79.60977.647612.9079
CIE-Lab83.640312.259710.1409

#efc8be color RGB value is (239,200,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001000 10111110
Octal 357 310 276
Decimal 239 200 190
Hex EF C8 BE

RGB Percentages of Color #efc8be

%38.00
%31.80
%30.21

CMYK Percentages of Color #efc8be

%0
%16
%21
%6

Triadic Colors of #efc8be

#efc8be #beefc8 #c8beef

Analogous Colors of #efc8be

#efc8be #efe1be #efbecd

Monochromatic Colors of #efc8be

#efc8be

Complementary Color

#efc8be #bee5ef

#efc8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc8be Color CSS Codes

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

#efc8be Text Font Color

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

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


#efc8be Background Color

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

This div background color is #efc8be


#efc8be Border Color

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

This div border color is #efc8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc8be


Comments

No comments written yet.

Please login to write comment.