Color Hex Logo

#e6bfbb Color Hex

#E6BFBB
(230,191,187)
0 Favorites   0 Comments

Color spaces of #e6bfbb

RGB 230191187
HSL0.020.460.82
HSV19°90°
CMYK 0.000.170.19   0.10
XYZ60.233657.672554.9710
Yxy57.67250.34840.3336
Hunter Lab75.94248.677810.2426
CIE-Lab80.556413.28277.2234

#e6bfbb color RGB value is (230,191,187).

#e6bfbb hex color red value is 230, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e6bfbb hue: 0.02 , saturation: 0.46 and the lightness value of e6bfbb is 0.82.

The process color (four color CMYK) of #e6bfbb color hex is 0.00, 0.17, 0.19, 0.10. Web safe color of #e6bfbb is #ffcccc. Color #e6bfbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111111 10111011
Octal 346 277 273
Decimal 230 191 187
Hex E6 BF BB

RGB Percentages of Color #e6bfbb

%37.83
%31.41
%30.76

CMYK Percentages of Color #e6bfbb

%0
%17
%19
%10

Triadic Colors of #e6bfbb

#e6bfbb #bbe6bf #bfbbe6

Analogous Colors of #e6bfbb

#e6bfbb #e6d5bb #e6bbcd

Monochromatic Colors of #e6bfbb

#e6bfbb

Complementary Color

#e6bfbb #bbe2e6

#e6bfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bfbb Color CSS Codes

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

#e6bfbb Text Font Color

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

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


#e6bfbb Background Color

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

This div background color is #e6bfbb


#e6bfbb Border Color

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

This div border color is #e6bfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bfbb

#e6bfbb Color Palettes


Comments

No comments written yet.

Please login to write comment.