Color Hex Logo

#e0beca Color Hex

#E0BECA
(224,190,202)
0 Favorites   0 Comments

Color spaces of #e0beca

RGB 224190202
HSL0.940.350.81
HSV339°15°88°
CMYK 0.000.150.10   0.12
XYZ59.814656.938563.7148
Yxy56.93850.33140.3155
Hunter Lab75.45769.44462.7571
CIE-Lab80.145014.0577-1.5177

#e0beca color RGB value is (224,190,202).

#e0beca hex color red value is 224, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e0beca hue: 0.94 , saturation: 0.35 and the lightness value of e0beca is 0.81.

The process color (four color CMYK) of #e0beca color hex is 0.00, 0.15, 0.10, 0.12. Web safe color of #e0beca is #cccccc. Color #e0beca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111110 11001010
Octal 340 276 312
Decimal 224 190 202
Hex E0 BE CA

RGB Percentages of Color #e0beca

%36.36
%30.84
%32.79

CMYK Percentages of Color #e0beca

%0
%15
%10
%12

Triadic Colors of #e0beca

#e0beca #cae0be #becae0

Analogous Colors of #e0beca

#e0beca #e0c3be #e0bedb

Monochromatic Colors of #e0beca

#e0beca

Complementary Color

#e0beca #bee0d4

#e0beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0beca Color CSS Codes

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

#e0beca Text Font Color

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

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


#e0beca Background Color

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

This div background color is #e0beca


#e0beca Border Color

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

This div border color is #e0beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0beca


Comments

No comments written yet.

Please login to write comment.