Color Hex Logo

#e3bada Color Hex

#E3BADA
(227,186,218)
0 Favorites   0 Comments

Color spaces of #e3bada

RGB 227186218
HSL0.870.420.81
HSV313°18°89°
CMYK 0.000.180.04   0.11
XYZ61.892356.510773.9752
Yxy56.51070.32170.2937
Hunter Lab75.173615.4097-5.7233
CIE-Lab79.903620.0030-10.4705

#e3bada color RGB value is (227,186,218).

#e3bada hex color red value is 227, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e3bada hue: 0.87 , saturation: 0.42 and the lightness value of e3bada is 0.81.

The process color (four color CMYK) of #e3bada color hex is 0.00, 0.18, 0.04, 0.11. Web safe color of #e3bada is #cccccc. Color #e3bada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10111010 11011010
Octal 343 272 332
Decimal 227 186 218
Hex E3 BA DA

RGB Percentages of Color #e3bada

%35.97
%29.48
%34.55

CMYK Percentages of Color #e3bada

%0
%18
%4
%11

Triadic Colors of #e3bada

#e3bada #dae3ba #badae3

Analogous Colors of #e3bada

#e3bada #e3bac6 #d8bae3

Monochromatic Colors of #e3bada

#e3bada

Complementary Color

#e3bada #bae3c3

#e3bada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3bada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3bada Color CSS Codes

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

#e3bada Text Font Color

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

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


#e3bada Background Color

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

This div background color is #e3bada


#e3bada Border Color

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

This div border color is #e3bada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3bada


Comments

No comments written yet.

Please login to write comment.