Color Hex Logo

#e6bfb1 Color Hex

#E6BFB1
(230,191,177)
0 Favorites   0 Comments

Color spaces of #e6bfb1

RGB 230191177
HSL0.040.510.80
HSV16°23°90°
CMYK 0.000.170.23   0.10
XYZ59.199757.258949.5269
Yxy57.25890.35670.3450
Hunter Lab75.66967.226714.1625
CIE-Lab80.325011.808512.2655

#e6bfb1 color RGB value is (230,191,177).

#e6bfb1 hex color red value is 230, green value is 191 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #e6bfb1 hue: 0.04 , saturation: 0.51 and the lightness value of e6bfb1 is 0.80.

The process color (four color CMYK) of #e6bfb1 color hex is 0.00, 0.17, 0.23, 0.10. Web safe color of #e6bfb1 is #ffcc99. Color #e6bfb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111111 10110001
Octal 346 277 261
Decimal 230 191 177
Hex E6 BF B1

RGB Percentages of Color #e6bfb1

%38.46
%31.94
%29.60

CMYK Percentages of Color #e6bfb1

%0
%17
%23
%10

Triadic Colors of #e6bfb1

#e6bfb1 #b1e6bf #bfb1e6

Analogous Colors of #e6bfb1

#e6bfb1 #e6dab1 #e6b1be

Monochromatic Colors of #e6bfb1

#e6bfb1

Complementary Color

#e6bfb1 #b1d8e6

#e6bfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bfb1 Color CSS Codes

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

#e6bfb1 Text Font Color

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

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


#e6bfb1 Background Color

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

This div background color is #e6bfb1


#e6bfb1 Border Color

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

This div border color is #e6bfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bfb1


Comments

No comments written yet.

Please login to write comment.