Color Hex Logo

#efcbae Color Hex

#EFCBAE
(239,203,174)
0 Favorites   0 Comments

Color spaces of #efcbae

RGB 239203174
HSL0.070.670.81
HSV27°27°94°
CMYK 0.000.150.27   0.06
XYZ64.592564.118649.0161
Yxy64.11860.36340.3608
Hunter Lab80.07413.859019.7584
CIE-Lab84.02758.440519.1797

#efcbae color RGB value is (239,203,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 10101110
Octal 357 313 256
Decimal 239 203 174
Hex EF CB AE

RGB Percentages of Color #efcbae

%38.80
%32.95
%28.25

CMYK Percentages of Color #efcbae

%0
%15
%27
%6

Triadic Colors of #efcbae

#efcbae #aeefcb #cbaeef

Analogous Colors of #efcbae

#efcbae #efecae #efaeb2

Monochromatic Colors of #efcbae

#efcbae

Complementary Color

#efcbae #aed2ef

#efcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbae Color CSS Codes

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

#efcbae Text Font Color

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

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


#efcbae Background Color

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

This div background color is #efcbae


#efcbae Border Color

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

This div border color is #efcbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbae


Comments

No comments written yet.

Please login to write comment.