Color Hex Logo

#e6baba Color Hex

#E6BABA
(230,186,186)
0 Favorites   0 Comments

Color spaces of #e6baba

RGB 230186186
HSL0.000.470.82
HSV19°90°
CMYK 0.000.190.19   0.10
XYZ59.055055.486054.0517
Yxy55.48600.35030.3291
Hunter Lab74.488911.15969.1194
CIE-Lab79.320415.79055.9852

#e6baba color RGB value is (230,186,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111010 10111010
Octal 346 272 272
Decimal 230 186 186
Hex E6 BA BA

RGB Percentages of Color #e6baba

%38.21
%30.90
%30.90

CMYK Percentages of Color #e6baba

%0
%19
%19
%10

Triadic Colors of #e6baba

#e6baba #bae6ba #babae6

Analogous Colors of #e6baba

#e6baba #e6d0ba #e6bad0

Monochromatic Colors of #e6baba

#e6baba

Complementary Color

#e6baba #bae6e6

#e6baba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6baba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6baba Color CSS Codes

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

#e6baba Text Font Color

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

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


#e6baba Background Color

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

This div background color is #e6baba


#e6baba Border Color

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

This div border color is #e6baba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6baba

#e6baba Color Palettes


Comments

No comments written yet.

Please login to write comment.