Color Hex Logo

#e0bada Color Hex

#E0BADA
(224,186,218)
0 Favorites   0 Comments

Color spaces of #e0bada

RGB 224186218
HSL0.860.380.80
HSV309°17°88°
CMYK 0.000.170.03   0.12
XYZ60.954356.027173.9313
Yxy56.02710.31930.2935
Hunter Lab74.851314.3698-6.1654
CIE-Lab79.629218.9850-10.9087

#e0bada color RGB value is (224,186,218).

#e0bada hex color red value is 224, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e0bada hue: 0.86 , saturation: 0.38 and the lightness value of e0bada is 0.80.

The process color (four color CMYK) of #e0bada color hex is 0.00, 0.17, 0.03, 0.12. Web safe color of #e0bada is #cccccc. Color #e0bada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111010 11011010
Octal 340 272 332
Decimal 224 186 218
Hex E0 BA DA

RGB Percentages of Color #e0bada

%35.67
%29.62
%34.71

CMYK Percentages of Color #e0bada

%0
%17
%3
%12

Triadic Colors of #e0bada

#e0bada #dae0ba #badae0

Analogous Colors of #e0bada

#e0bada #e0bac7 #d3bae0

Monochromatic Colors of #e0bada

#e0bada

Complementary Color

#e0bada #bae0c0

#e0bada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bada Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bada Color CSS Codes

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

#e0bada Text Font Color

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

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


#e0bada Background Color

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

This div background color is #e0bada


#e0bada Border Color

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

This div border color is #e0bada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bada


Comments

No comments written yet.

Please login to write comment.