Color Hex Logo

#e6bfba Color Hex

#E6BFBA
(230,191,186)
1 Favorites   0 Comments

Color spaces of #e6bfba

RGB 230191186
HSL0.020.470.82
HSV19°90°
CMYK 0.000.170.19   0.10
XYZ60.126957.629854.4090
Yxy57.62980.34920.3347
Hunter Lab75.91438.528510.6459
CIE-Lab80.532513.13177.7269

#e6bfba color RGB value is (230,191,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111111 10111010
Octal 346 277 272
Decimal 230 191 186
Hex E6 BF BA

RGB Percentages of Color #e6bfba

%37.89
%31.47
%30.64

CMYK Percentages of Color #e6bfba

%0
%17
%19
%10

Triadic Colors of #e6bfba

#e6bfba #bae6bf #bfbae6

Analogous Colors of #e6bfba

#e6bfba #e6d5ba #e6bacb

Monochromatic Colors of #e6bfba

#e6bfba

Complementary Color

#e6bfba #bae1e6

#e6bfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bfba Color CSS Codes

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

#e6bfba Text Font Color

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

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


#e6bfba Background Color

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

This div background color is #e6bfba


#e6bfba Border Color

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

This div border color is #e6bfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bfba

#e6bfba Color Palettes


Comments

No comments written yet.

Please login to write comment.