Color Hex Logo

#efbcae Color Hex

#EFBCAE
(239,188,174)
0 Favorites   0 Comments

Color spaces of #efbcae

RGB 239188174
HSL0.040.670.81
HSV13°27°94°
CMYK 0.000.210.27   0.06
XYZ61.219857.373247.8919
Yxy57.37320.36770.3446
Hunter Lab75.745111.715915.5339
CIE-Lab80.389016.335114.0875

#efbcae color RGB value is (239,188,174).

#efbcae hex color red value is 239, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #efbcae hue: 0.04 , saturation: 0.67 and the lightness value of efbcae is 0.81.

The process color (four color CMYK) of #efbcae color hex is 0.00, 0.21, 0.27, 0.06. Web safe color of #efbcae is #ffcc99. Color #efbcae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 10101110
Octal 357 274 256
Decimal 239 188 174
Hex EF BC AE

RGB Percentages of Color #efbcae

%39.77
%31.28
%28.95

CMYK Percentages of Color #efbcae

%0
%21
%27
%6

Triadic Colors of #efbcae

#efbcae #aeefbc #bcaeef

Analogous Colors of #efbcae

#efbcae #efddae #efaec1

Monochromatic Colors of #efbcae

#efbcae

Complementary Color

#efbcae #aee1ef

#efbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcae Color CSS Codes

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

#efbcae Text Font Color

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

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


#efbcae Background Color

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

This div background color is #efbcae


#efbcae Border Color

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

This div border color is #efbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcae


Comments

No comments written yet.

Please login to write comment.