Color Hex Logo

#e6bcab Color Hex

#E6BCAB
(230,188,171)
0 Favorites   0 Comments

Color spaces of #e6bcab

RGB 230188171
HSL0.050.540.79
HSV17°26°90°
CMYK 0.000.180.26   0.10
XYZ57.967055.729746.2298
Yxy55.72970.36250.3485
Hunter Lab74.65237.962415.5402
CIE-Lab79.459712.553514.2656

#e6bcab color RGB value is (230,188,171).

#e6bcab hex color red value is 230, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e6bcab hue: 0.05 , saturation: 0.54 and the lightness value of e6bcab is 0.79.

The process color (four color CMYK) of #e6bcab color hex is 0.00, 0.18, 0.26, 0.10. Web safe color of #e6bcab is #ffcc99. Color #e6bcab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111100 10101011
Octal 346 274 253
Decimal 230 188 171
Hex E6 BC AB

RGB Percentages of Color #e6bcab

%39.05
%31.92
%29.03

CMYK Percentages of Color #e6bcab

%0
%18
%26
%10

Triadic Colors of #e6bcab

#e6bcab #abe6bc #bcabe6

Analogous Colors of #e6bcab

#e6bcab #e6daab #e6abb8

Monochromatic Colors of #e6bcab

#e6bcab

Complementary Color

#e6bcab #abd5e6

#e6bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bcab Color CSS Codes

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

#e6bcab Text Font Color

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

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


#e6bcab Background Color

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

This div background color is #e6bcab


#e6bcab Border Color

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

This div border color is #e6bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bcab

#e6bcab Color Palettes


Comments

No comments written yet.

Please login to write comment.