Color Hex Logo

#e8babe Color Hex

#E8BABE
(232,186,190)
0 Favorites   0 Comments

Color spaces of #e8babe

RGB 232186190
HSL0.990.500.82
HSV355°20°91°
CMYK 0.000.200.18   0.09
XYZ60.131955.991356.3533
Yxy55.99130.34860.3246
Hunter Lab74.827312.49637.7272
CIE-Lab79.608917.12494.2660

#e8babe color RGB value is (232,186,190).

#e8babe hex color red value is 232, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e8babe hue: 0.99 , saturation: 0.50 and the lightness value of e8babe is 0.82.

The process color (four color CMYK) of #e8babe color hex is 0.00, 0.20, 0.18, 0.09. Web safe color of #e8babe is #ffcccc. Color #e8babe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111010 10111110
Octal 350 272 276
Decimal 232 186 190
Hex E8 BA BE

RGB Percentages of Color #e8babe

%38.16
%30.59
%31.25

CMYK Percentages of Color #e8babe

%0
%20
%18
%9

Triadic Colors of #e8babe

#e8babe #bee8ba #babee8

Analogous Colors of #e8babe

#e8babe #e8cdba #e8bad5

Monochromatic Colors of #e8babe

#e8babe

Complementary Color

#e8babe #bae8e4

#e8babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8babe Color CSS Codes

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

#e8babe Text Font Color

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

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


#e8babe Background Color

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

This div background color is #e8babe


#e8babe Border Color

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

This div border color is #e8babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8babe


Comments

No comments written yet.

Please login to write comment.